Uses of Interface
com.swiftmq.net.client.InboundHandler
-
-
Uses of InboundHandler in com.swiftmq.amqp.v100.client
Classes in com.swiftmq.amqp.v100.client that implement InboundHandler Modifier and Type Class Description class
ConnectionDispatcher
-
Uses of InboundHandler in com.swiftmq.jms.v400
Classes in com.swiftmq.jms.v400 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v500
Classes in com.swiftmq.jms.v500 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v510
Classes in com.swiftmq.jms.v510 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v600
Classes in com.swiftmq.jms.v600 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v610
Classes in com.swiftmq.jms.v610 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v630
Classes in com.swiftmq.jms.v630 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.jms.v750
Classes in com.swiftmq.jms.v750 that implement InboundHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of InboundHandler in com.swiftmq.net.client
Methods in com.swiftmq.net.client with parameters of type InboundHandler Modifier and Type Method Description void
BlockingConnection. setInboundHandler(InboundHandler inboundHandler)
void
Connection. setInboundHandler(InboundHandler inboundHandler)
void
IntraVMConnection. setInboundHandler(InboundHandler inboundHandler)
Constructors in com.swiftmq.net.client with parameters of type InboundHandler Constructor Description BlockingConnection(java.net.Socket socket, InboundHandler inboundHandler, ExceptionHandler exceptionHandler)
-