public interface EventDecoder
Modifier and Type | Method and Description |
---|---|
void |
sendTransportEvent(java.lang.Object event,
TimestampSet timestamps)
Called by the event transport to decode a downstream event using a Java
Codec, which will then send it on to the Semantic Mapper.
|
void sendTransportEvent(java.lang.Object event, TimestampSet timestamps) throws CodecException, SemanticMapperException
event
- An object representing the event to be decoded, in a format
shared by the decoder and transport.timestamps
- A TimestampSet representing the timestamps attached
to the event.CodecException
- Thrown by the decoder if the event provided
has an invalid format.SemanticMapperException
- Thrown if an error occurred during
processing of the message by the Semantic Mapper.Submit a bug or feature
Copyright (c) 2013-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.