org.apache.qpid.client.state
Interface StateAwareMethodListener<B extends org.apache.qpid.framing.AMQMethodBody>
- All Known Implementing Classes:
- AccessRequestOkMethodHandler, BasicCancelOkMethodHandler, BasicDeliverMethodHandler, BasicReturnMethodHandler, ChannelCloseMethodHandler, ChannelCloseOkMethodHandler, ChannelFlowMethodHandler, ChannelFlowOkMethodHandler, ConnectionCloseMethodHandler, ConnectionOpenOkMethodHandler, ConnectionRedirectMethodHandler, ConnectionSecureMethodHandler, ConnectionStartMethodHandler, ConnectionTuneMethodHandler, ExchangeBoundOkMethodHandler, QueueDeleteOkMethodHandler
public interface StateAwareMethodListener<B extends org.apache.qpid.framing.AMQMethodBody>
A frame listener that is informed of the protocl state when invoked and has
the opportunity to update state.
methodReceived
void methodReceived(AMQProtocolSession session,
B body,
int channelId)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
Licensed to the Apache Software Foundation