Class ChunkingAmqpReader
java.lang.Object
kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
- All Implemented Interfaces:
IRawDataReader
Deprecated.
since 1.15.1 old plugin api
AMQP reader plugin that supports chunking using the new raw data I/O infrastructure.
- Since:
- 1.13
- Author:
- Holger Knoche
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The name of the configuration property for the heartbeat timeout.static final StringDeprecated.The name of the configuration property for the AMQP queue name.static final StringDeprecated.The name of the configuration property for the server URI. -
Constructor Summary
ConstructorsConstructorDescriptionChunkingAmqpReader(Configuration configuration, IRawDataProcessor processor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Event handler that is called before any records are read.Deprecated.Event handler that is called when the reader is supposed to terminate.read()Deprecated.Starts the read operation.
-
Field Details
-
CONFIG_PROPERTY_URI
Deprecated.The name of the configuration property for the server URI.- See Also:
-
CONFIG_PROPERTY_QUEUENAME
Deprecated.The name of the configuration property for the AMQP queue name.- See Also:
-
CONFIG_PROPERTY_HEARTBEAT
Deprecated.The name of the configuration property for the heartbeat timeout.- See Also:
-
-
Constructor Details
-
ChunkingAmqpReader
Deprecated.
-
-
Method Details
-
onInitialization
Deprecated.Description copied from interface:IRawDataReaderEvent handler that is called before any records are read.- Specified by:
onInitializationin interfaceIRawDataReader- Returns:
- The outcome of the initialization
-
read
Deprecated.Description copied from interface:IRawDataReaderStarts the read operation.- Specified by:
readin interfaceIRawDataReader- Returns:
- The outcome of the read operation
-
onTermination
Deprecated.Description copied from interface:IRawDataReaderEvent handler that is called when the reader is supposed to terminate.- Specified by:
onTerminationin interfaceIRawDataReader- Returns:
- The outcome of the termination
-