Creates a ListenerConfig with the given className.
Namespace: Hazelcast.Config
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- className
- Type: SystemString
the name of the IEventListener class.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if className is null or an empty String. |
Remarks
See Also