Uses of Interface
com.swiftmq.net.client.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in com.swiftmq.amqp.v100.client
Classes in com.swiftmq.amqp.v100.client that implement ExceptionHandler -
Uses of ExceptionHandler in com.swiftmq.jms.v750
Classes in com.swiftmq.jms.v750 that implement ExceptionHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ExceptionHandler in com.swiftmq.net.client
Methods in com.swiftmq.net.client with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
BlockingConnection.setExceptionHandler
(ExceptionHandler exceptionHandler) void
Connection.setExceptionHandler
(ExceptionHandler exceptionHandler) void
IntraVMConnection.setExceptionHandler
(ExceptionHandler exceptionHandler) Constructors in com.swiftmq.net.client with parameters of type ExceptionHandlerModifierConstructorDescriptionBlockingConnection
(Socket socket, InboundHandler inboundHandler, ExceptionHandler exceptionHandler)