Uses of Class
com.rabbitmq.client.AMQP.Connection.Tune.Builder
-
Packages that use AMQP.Connection.Tune.Builder Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of AMQP.Connection.Tune.Builder in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Connection.Tune.Builder Modifier and Type Method Description AMQP.Connection.Tune.Builder
AMQP.Connection.Tune.Builder. channelMax(int channelMax)
AMQP.Connection.Tune.Builder
AMQP.Connection.Tune.Builder. frameMax(int frameMax)
AMQP.Connection.Tune.Builder
AMQP.Connection.Tune.Builder. heartbeat(int heartbeat)
-