public interface AdvisoryEventDatagram extends ImmutableEventDatagram
Title: Structured Data Objects
Description: Defines an Advisory Event Datagram.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEMANTIC_TYPE_NAME |
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorrelationId()
Returns a string version of the correlation identifier.
|
byte[] |
getCorrelationIdAsBytes()
Returns the correlation identifier as a byte array.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the optional correlation identifier.
|
void |
setCorrelationIdAsBytes(byte[] correlationId)
Sets the optional correlation identifier as a byte array.
|
void |
setEventGroupId(java.lang.String group)
Sets the optional field that allows developers to group this event with others
of a similar type or within a sequence.
|
void |
setEventKey(java.lang.String key)
Sets an optional field that uniquely identifies this event type instance.
|
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
static final java.lang.String SEMANTIC_TYPE_NAME
java.lang.String getCorrelationId()
byte[] getCorrelationIdAsBytes()
void setCorrelationId(java.lang.String correlationId)
correlationId
- the event correlation identifier to be set.SDORuntimeException
- if the event is coalesced (locked for editing).void setCorrelationIdAsBytes(byte[] correlationId)
correlationId
- the event correlation identifier to be set.SDORuntimeException
- if the event is coalesced (locked for editing).void setEventKey(java.lang.String key)
key
- the event key to be set.SDORuntimeException
- if the event is coalesced (locked for editing).void setEventGroupId(java.lang.String group)
SDORuntimeException
- if the event is coalesced (locked for editing).Copyright © 2015-2024 StreamScape Technologies. All rights reserved.