MessageEndpointListenerConfiguration
ENTERPRISE EDITION API
Configuration for MessageEndpointListener
actual class MessageEndpointListenerConfiguration : DelegatedClass<<Error class: unknown class>> (source)
Constructors
Link copied to clipboard
The database to which the listener is attached
Create a MessageEndpointListenerConfiguration with the passed protocol type, for the passed Collections The passed set must contain at least one collection and all of the collections it contains must belong to the same scope and the same database, otherwise an InvalidArgumentException will be thrown. If one of the specified collections is deleted during replication, connected clients will be closed with an error.
Functions
Link copied to clipboard
fun MessageEndpointListenerConfiguration?.newConfig(database: Database? = null, protocolType: ProtocolType? = null): MessageEndpointListenerConfiguration
fun MessageEndpointListenerConfiguration?.newConfig(collections: Set<Collection>? = null, protocolType: ProtocolType? = null): MessageEndpointListenerConfiguration
ENTERPRISE EDITION API