Class AMQP.Connection.Close

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

    public static class AMQP.Connection.Close
    extends AbstractMarshallingMethod
    This method indicates that the sender wants to close the connection. 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