public class BinaryEventDeserializer extends AbstractEventDeserializer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUFFER_SIZE |
static int |
DEFAULT_BUFFER_SIZE |
registry
Constructor and Description |
---|
BinaryEventDeserializer(Configuration configuration,
ReaderRegistry<java.lang.String> registry) |
Modifier and Type | Method and Description |
---|---|
void |
processDataStream(java.io.InputStream chainInputStream,
teetime.framework.OutputPort<IMonitoringRecord> outputPort)
Read an input stream of data, deserialize it and output proper monitoring records.
|
public static final java.lang.String BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
public BinaryEventDeserializer(Configuration configuration, ReaderRegistry<java.lang.String> registry)
public void processDataStream(java.io.InputStream chainInputStream, teetime.framework.OutputPort<IMonitoringRecord> outputPort) throws java.io.IOException
AbstractEventDeserializer
processDataStream
in class AbstractEventDeserializer
chainInputStream
- the input streamoutputPort
- the output portjava.io.IOException
- on input stream errorsCopyright 2020 Kieker Project, http://kieker-monitoring.net