Class AMQP.Channel.Close

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AMQP.Channel

    public static class AMQP.Channel.Close
    extends AbstractMarshallingMethod
    This method indicates that the sender wants to close the channel. This may be due to internal conditions (e.g. a forced shut-down) or due to an error handling a specific method, i.e. an exception. When a close is due to an exception, the sender provides the class and method id of the method which caused the exception.
    See Also:
    Serialized Form