public interface EventTransport
Modifier and Type | Field and Description |
---|---|
static int |
API_VERSION
Transport API version.
|
Modifier and Type | Method and Description |
---|---|
void |
sendTransportEvent(java.lang.Object event,
TimestampSet timestamps)
Called by an event encoder to send an upstream message to the external
transport.
|
static final int API_VERSION
void sendTransportEvent(java.lang.Object event, TimestampSet timestamps) throws TransportException
It is assumed that the encoder and transport share the same definition of the content of the event, so that the transport can effectively interpret the event.
event
- An object representing the event to be sent by the
transport, in a format shared by the encoder and transport.timestamps
- A TimestampSet representing the timestamps attached
to the event.TransportException
- Thrown by the transport if any error occurs
sending the message.Submit a bug or feature
Copyright (c) 2013-2016 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.