com.hazelcast.spi.impl.operationexecutor
Interface ResponsePacketHandler


public interface ResponsePacketHandler

The ResponsePacketHandler is responsible for handling response packets.


Method Summary
 void handle(Packet packet)
          Signals the ResponsePacketHandler that there is a response packet that should be handled.
 

Method Detail

handle

void handle(Packet packet)
            throws Exception
Signals the ResponsePacketHandler that there is a response packet that should be handled.

Parameters:
packet - the response packet to handle
Throws:
Exception


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.