Contains the configuration for an
IEventListener
. The configuration contains either the classname
of the IEventListener implementation, or the actual IEventListener instance.
Inheritance Hierarchy
Hazelcast.ConfigListenerConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax
The ListenerConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListenerConfig | Creates a ListenerConfig without className/implementation. | |
ListenerConfig(String) | Creates a ListenerConfig with the given className. | |
ListenerConfig(IEventListener) | Creates a ListenerConfig with the given implementation. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetClassName | Returns the name of the class of the IEventListener. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImplementation | Returns the IEventListener implementation. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsIncludeValue | ||
IsLocal | ||
SetClassName | Sets the class name of the IEventListener. | |
SetImplementation | Sets the IEventListener implementation. | |
ToString | (Overrides ObjectToString.) |
See Also