public interface ChannelInitializer
Modifier and Type | Method and Description |
---|---|
void |
initChannel(Channel channel)
Initializes the channel.
|
void initChannel(Channel channel) throws Exception
channel
- the Channel to initialize.Exception
- if something fails while initializing the Channel.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.