Uses of Interface
com.rabbitmq.client.FlowListener
-
Packages that use FlowListener 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.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of FlowListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type FlowListener Modifier and Type Method Description voidChannel. addFlowListener(FlowListener listener)Deprecated.booleanChannel. removeFlowListener(FlowListener listener)Deprecated. -
Uses of FlowListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type FlowListener Modifier and Type Method Description voidChannelN. addFlowListener(FlowListener listener)Deprecated.booleanChannelN. removeFlowListener(FlowListener listener)Deprecated. -
Uses of FlowListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type FlowListener Modifier and Type Method Description voidAutorecoveringChannel. addFlowListener(FlowListener listener)Deprecated.booleanAutorecoveringChannel. removeFlowListener(FlowListener listener)Deprecated.
-