Uses of Interface
com.rabbitmq.client.impl.ErrorOnWriteListener
-
Packages that use ErrorOnWriteListener 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 ErrorOnWriteListener in com.rabbitmq.client
Fields in com.rabbitmq.client declared as ErrorOnWriteListener Modifier and Type Field Description private ErrorOnWriteListener
ConnectionFactory. errorOnWriteListener
Listener called when a connection gets an IO error trying to write on the socket.Methods in com.rabbitmq.client with parameters of type ErrorOnWriteListener Modifier and Type Method Description void
ConnectionFactory. setErrorOnWriteListener(ErrorOnWriteListener errorOnWriteListener)
Set a listener to be called when connection gets an IO error trying to write on the socket. -
Uses of ErrorOnWriteListener in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as ErrorOnWriteListener Modifier and Type Field Description private ErrorOnWriteListener
AMQConnection. errorOnWriteListener
private ErrorOnWriteListener
ConnectionParams. errorOnWriteListener
Methods in com.rabbitmq.client.impl that return ErrorOnWriteListener Modifier and Type Method Description ErrorOnWriteListener
ConnectionParams. getErrorOnWriteListener()
Methods in com.rabbitmq.client.impl with parameters of type ErrorOnWriteListener Modifier and Type Method Description void
ConnectionParams. setErrorOnWriteListener(ErrorOnWriteListener errorOnWriteListener)
-