Interface MethodProcessor<T extends ChannelMethodProcessor>

    • Method Detail

      • getChannelMethodProcessor

        T getChannelMethodProcessor​(int channelId)
      • receiveConnectionClose

        void receiveConnectionClose​(int replyCode,
                                    AMQShortString replyText,
                                    int classId,
                                    int methodId)
      • receiveConnectionCloseOk

        void receiveConnectionCloseOk()
      • receiveHeartbeat

        void receiveHeartbeat()
      • receiveProtocolHeader

        void receiveProtocolHeader​(ProtocolInitiation protocolInitiation)
      • setCurrentMethod

        void setCurrentMethod​(int classId,
                              int methodId)
      • ignoreAllButCloseOk

        boolean ignoreAllButCloseOk()