@Deprecated
public interface NBEvent
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Deprecated.
Get a byte stream representation of the event
|
byte[] |
getContentPayload()
Deprecated.
Get the content Payload
|
int |
getContentPayloadSize()
Deprecated.
Get the payload size
|
java.lang.Object |
getContentSynopsis()
Deprecated.
Retrieves the synopis associated with the content
|
int |
getContentSynopsisType()
Deprecated.
Returns the type of the content synopsis
|
java.lang.String |
getContentType()
Deprecated.
Indicates the type of the content
|
DistributionTraces |
getDistributionTraces()
Deprecated.
Gets the distribution Traces associated with the event
|
EventHeaders |
getEventHeaders()
Deprecated.
Header information pertaining to the event
|
EventProperties |
getEventProperties()
Deprecated.
EventProperties associated with the event
|
int |
getEventType()
Deprecated.
Indicates the type of the event
|
boolean |
hasDistributionTraces()
Deprecated.
Indicates if the event has distribution traces
|
boolean |
hasEventHeaders()
Deprecated.
Indicates if this event has any event headers
|
boolean |
hasEventProperties()
Deprecated.
Indicates if this event has any user-defined properties
|
int getEventType()
java.lang.String getContentType()
boolean hasEventHeaders()
EventHeaders getEventHeaders()
boolean hasEventProperties()
EventProperties getEventProperties()
int getContentSynopsisType()
java.lang.Object getContentSynopsis()
int getContentPayloadSize()
byte[] getContentPayload()
boolean hasDistributionTraces()
DistributionTraces getDistributionTraces()
byte[] getBytes()