public class ChunkingAmqpReader extends java.lang.Object implements IRawDataReader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_PROPERTY_HEARTBEAT
The name of the configuration property for the heartbeat timeout.
|
static java.lang.String |
CONFIG_PROPERTY_QUEUENAME
The name of the configuration property for the AMQP queue name.
|
static java.lang.String |
CONFIG_PROPERTY_URI
The name of the configuration property for the server URI.
|
Constructor and Description |
---|
ChunkingAmqpReader(Configuration configuration,
IRawDataProcessor processor) |
Modifier and Type | Method and Description |
---|---|
Outcome |
onInitialization()
Event handler that is called before any records are read.
|
Outcome |
onTermination()
Event handler that is called when the reader is supposed to terminate.
|
Outcome |
read()
Starts the read operation.
|
public static final java.lang.String CONFIG_PROPERTY_URI
public static final java.lang.String CONFIG_PROPERTY_QUEUENAME
public static final java.lang.String CONFIG_PROPERTY_HEARTBEAT
public ChunkingAmqpReader(Configuration configuration, IRawDataProcessor processor)
public Outcome onInitialization()
IRawDataReader
onInitialization
in interface IRawDataReader
public Outcome read()
IRawDataReader
read
in interface IRawDataReader
public Outcome onTermination()
IRawDataReader
onTermination
in interface IRawDataReader
Copyright 2020 Kieker Project, http://kieker-monitoring.net