public interface ClientExtension
Modifier and Type | Method and Description |
---|---|
void |
afterStart(HazelcastClientInstanceImpl client)
Called after node is started
|
void |
beforeStart(HazelcastClientInstanceImpl client)
Called before client is started
|
SerializationService |
createSerializationService()
Creates a SerializationService instance to be used by this client.
|
SocketChannelWrapperFactory |
getSocketChannelWrapperFactory()
Returns SocketChannelWrapperFactory instance to be used by this client.
|
SocketInterceptor |
getSocketInterceptor()
Returns SocketInterceptor for this client if available,
otherwise returns null.
|
void beforeStart(HazelcastClientInstanceImpl client)
void afterStart(HazelcastClientInstanceImpl client)
SerializationService createSerializationService()
SocketInterceptor getSocketInterceptor()
SocketChannelWrapperFactory getSocketChannelWrapperFactory()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.