public interface PacketDispatcher
PacketDispatcher
is responsible for dispatching a Packet to the appropriate service.
When it receives a Packet (from the IO system) it dispatches to the appropriate service, e.g :
Modifier and Type | Method and Description |
---|---|
void |
dispatch(Packet packet)
Dispatches a packet to the appropriate service.
|
void dispatch(Packet packet)
packet
- the Packet to dispatch.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.