public interface PacketHandler
PacketHandler
is responsible for handling packets.
It provides an abstraction for different components that want to receive packets and handle them. For example an
OperationService that receive operation or operation-response packets.Modifier and Type | Method and Description |
---|---|
void |
handle(Packet packet)
Signals the PacketHandler that there is a packet to be handled.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.