public interface PublisherDataHandler
PublisherTransport
Modifier and Type | Method and Description |
---|---|
byte[] |
send(byte[] data)
Call send() from your implementation of PublisherTransport to send publisher data to the engine.
|
byte[] send(byte[] data)
data
- The data obtained as a result of an event in the application. This data should either represent an
application event in XDS format or be changed by further Java extensions or DirXML policy to
represent an application event in XDS format.