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 TrafficListenerTrafficListener. NO_OPNo-opTrafficListener.Methods in com.rabbitmq.client with parameters of type TrafficListener Modifier and Type Method Description voidConnectionFactory. setTrafficListener(TrafficListener trafficListener)Traffic listener notified of inbound and outboundCommands. -
Uses of TrafficListener in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement TrafficListener Modifier and Type Class Description classLogTrafficListenerMethods in com.rabbitmq.client.impl that return TrafficListener Modifier and Type Method Description TrafficListenerAMQConnection. getTrafficListener()TrafficListenerConnectionParams. getTrafficListener()Methods in com.rabbitmq.client.impl with parameters of type TrafficListener Modifier and Type Method Description voidConnectionParams. setTrafficListener(TrafficListener trafficListener)
-