Package com.rabbitmq.client
Class AMQP.Channel.FlowOk.Builder
- java.lang.Object
-
- com.rabbitmq.client.AMQP.Channel.FlowOk.Builder
-
- Enclosing interface:
- AMQP.Channel.FlowOk
public static final class AMQP.Channel.FlowOk.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMQP.Channel.FlowOk.Builder
active()
AMQP.Channel.FlowOk.Builder
active(boolean active)
AMQP.Channel.FlowOk
build()
-
-
-
Method Detail
-
active
public AMQP.Channel.FlowOk.Builder active(boolean active)
-
active
public AMQP.Channel.FlowOk.Builder active()
-
build
public AMQP.Channel.FlowOk build()
-
-