Uses of Interface
com.rabbitmq.client.AMQP.Channel.CloseOk
-
Packages that use AMQP.Channel.CloseOk Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQP.Channel.CloseOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Channel.CloseOk Modifier and Type Method Description AMQP.Channel.CloseOk
AMQP.Channel.CloseOk.Builder. build()
-
Uses of AMQP.Channel.CloseOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Channel.CloseOk Modifier and Type Class Description static class
AMQImpl.Channel.CloseOk
-