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 ErrorOnWriteListenerConnectionFactory. errorOnWriteListenerListener 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 voidConnectionFactory. 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 ErrorOnWriteListenerAMQConnection. errorOnWriteListenerprivate ErrorOnWriteListenerConnectionParams. errorOnWriteListenerMethods in com.rabbitmq.client.impl that return ErrorOnWriteListener Modifier and Type Method Description ErrorOnWriteListenerConnectionParams. getErrorOnWriteListener()Methods in com.rabbitmq.client.impl with parameters of type ErrorOnWriteListener Modifier and Type Method Description voidConnectionParams. setErrorOnWriteListener(ErrorOnWriteListener errorOnWriteListener)
-