ListenerConfig Class |
Namespace: Hazelcast.Config
The ListenerConfig type exposes the following members.
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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetClassName | Returns the name of the class of the IEventListener. | |
GetHashCode | Serves as the default hash function. (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.) |