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