Uses of Interface
com.rabbitmq.client.TrafficListener
-
Packages that use TrafficListener 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. -
-
Uses of TrafficListener in com.rabbitmq.client
Fields in com.rabbitmq.client declared as TrafficListener Modifier and Type Field Description static 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 TrafficListener Modifier and Type Method Description void
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 TrafficListener Modifier and Type Class Description class
LogTrafficListener
Fields in com.rabbitmq.client.impl declared as TrafficListener Modifier and Type Field Description private TrafficListener
AMQChannel. _trafficListener
private TrafficListener
AMQConnection. trafficListener
private TrafficListener
ConnectionParams. trafficListener
Methods in com.rabbitmq.client.impl that return TrafficListener Modifier and Type Method Description TrafficListener
AMQConnection. getTrafficListener()
TrafficListener
ConnectionParams. getTrafficListener()
Methods in com.rabbitmq.client.impl with parameters of type TrafficListener Modifier and Type Method Description void
ConnectionParams. setTrafficListener(TrafficListener trafficListener)
-