Class AMQPHandlerFactory
- java.lang.Object
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.AMQPHandlerFactory
-
- All Implemented Interfaces:
HandlerFactory
public class AMQPHandlerFactory extends java.lang.Object implements HandlerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static ProtocolHeader
AMQP_INIT
-
Constructor Summary
Constructors Constructor Description AMQPHandlerFactory(SwiftletContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Handler
createHandler(VersionedConnection versionedConnection)
-
-
-
Field Detail
-
AMQP_INIT
public static final ProtocolHeader AMQP_INIT
-
-
Constructor Detail
-
AMQPHandlerFactory
public AMQPHandlerFactory(SwiftletContext ctx)
-
-
Method Detail
-
createHandler
public Handler createHandler(VersionedConnection versionedConnection)
- Specified by:
createHandler
in interfaceHandlerFactory
-
-