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