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 :
void dispatch(Packet packet)
packet
- the Packet to dispatch.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.