Uses of Interface
com.rabbitmq.client.TrafficListener
Packages that use 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
Fields in com.rabbitmq.client declared as TrafficListenerModifier and TypeFieldDescriptionstatic final TrafficListener
TrafficListener.NO_OP
No-opTrafficListener
.private TrafficListener
ConnectionFactory.trafficListener
Traffic listener notified of inbound and outboundCommand
s.Methods in com.rabbitmq.client with parameters of type TrafficListenerModifier and TypeMethodDescriptionvoid
ConnectionFactory.setTrafficListener
(TrafficListener trafficListener) Traffic listener notified of inbound and outboundCommand
s. -
Uses of TrafficListener in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement TrafficListenerModifier and TypeClassDescriptionclass
Fields in com.rabbitmq.client.impl declared as TrafficListenerModifier and TypeFieldDescriptionprivate final TrafficListener
AMQChannel._trafficListener
private final TrafficListener
AMQConnection.trafficListener
private TrafficListener
ConnectionParams.trafficListener
Methods in com.rabbitmq.client.impl that return TrafficListenerModifier and TypeMethodDescriptionAMQConnection.getTrafficListener()
ConnectionParams.getTrafficListener()
Methods in com.rabbitmq.client.impl with parameters of type TrafficListenerModifier and TypeMethodDescriptionvoid
ConnectionParams.setTrafficListener
(TrafficListener trafficListener)