Uses of Interface
com.rabbitmq.client.TrafficListener
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of TrafficListener in com.rabbitmq.client
Modifier and TypeFieldDescriptionstatic final TrafficListener
TrafficListener.NO_OP
No-opTrafficListener
.Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setTrafficListener
(TrafficListener trafficListener) Traffic listener notified of inbound and outboundCommand
s. -
Uses of TrafficListener in com.rabbitmq.client.impl
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionAMQConnection.getTrafficListener()
ConnectionParams.getTrafficListener()
Modifier and TypeMethodDescriptionvoid
ConnectionParams.setTrafficListener
(TrafficListener trafficListener)