Class AMQP.Channel.Flow

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

    public static class AMQP.Channel.Flow
    extends AbstractMarshallingMethod
    This method asks the peer to pause or restart the flow of content data sent by a consumer. This is a simple flow-control mechanism that a peer can use to avoid overflowing its queues or otherwise finding itself receiving more messages than it can process. Note that this method is not intended for window control. It does not affect contents returned by Basic.Get-Ok methods.
    See Also:
    Serialized Form