public class AMQPReaderStage extends teetime.framework.AbstractProducerStage<IMonitoringRecord>
| Constructor and Description |
|---|
AMQPReaderStage(java.lang.String uri,
java.lang.String queueName,
int heartbeat)
Creates a new AMQP reader.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute() |
void |
terminateStage()
Terminates the reader logic by returning from read method and terminates the execution of the stage.
|
getOutputPort, getTerminationStrategyabort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, toString, workCompletedpublic AMQPReaderStage(java.lang.String uri,
java.lang.String queueName,
int heartbeat)
uri - The name of the configuration property for the server URI.queueName - The name of the configuration property for the AMQP queue name.heartbeat - The name of the configuration property for the heartbeat timeout.protected void execute()
execute in class teetime.framework.AbstractStagepublic void terminateStage()
terminateStage in class teetime.framework.AbstractStageCopyright 2020 Kieker Project, http://kieker-monitoring.net