public class EventRecord extends Object
| Constructor and Description |
|---|
EventRecord(int tenantId,
String streamId,
List<Object> payloadEntries,
List<Object> metaEntries,
List<Object> correlationEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getCorrelationEntries() |
List<Object> |
getMetaEntries() |
List<Object> |
getPayloadEntries() |
String |
getStreamId() |
int |
getTenantId() |
Copyright © 2016 WSO2. All rights reserved.