Package com.espertech.esperio.amqp
Class AMQPSinkFactory
java.lang.Object
com.espertech.esperio.amqp.AMQPSinkFactory
- All Implemented Interfaces:
com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperatorFactory
public class AMQPSinkFactory
extends Object
implements com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperatorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.EventType
static org.slf4j.Logger
getLog()
void
initializeFactory
(com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpFactoryInitializeContext context) com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperator
operator
(com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext context) void
setEventType
(com.espertech.esper.common.client.EventType eventType) void
setSettings
(AMQPSettingsSinkFactory settings)
-
Constructor Details
-
AMQPSinkFactory
public AMQPSinkFactory()
-
-
Method Details
-
initializeFactory
public void initializeFactory(com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpFactoryInitializeContext context) - Specified by:
initializeFactory
in interfacecom.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperatorFactory
-
operator
public com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperator operator(com.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOpInitializeContext context) - Specified by:
operator
in interfacecom.espertech.esper.common.internal.epl.dataflow.interfaces.DataFlowOperatorFactory
-
getSettings
-
setSettings
-
getLog
public static org.slf4j.Logger getLog() -
getEventType
public com.espertech.esper.common.client.EventType getEventType() -
setEventType
public void setEventType(com.espertech.esper.common.client.EventType eventType)
-