public abstract static class Unstructured.Builder<T extends Unstructured.Builder<T>> extends AbstractEvent.Builder<T>
trueTimestamp| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Unstructured |
build() |
T |
eventData(SelfDescribingJson selfDescribingJson) |
customContext, deviceCreatedTimestamp, eventId, self, subject, timestamp, trueTimestamppublic T eventData(SelfDescribingJson selfDescribingJson)
selfDescribingJson - The properties of the event. Has two field:
A "data" field containing the event properties and
A "schema" field identifying the schema against which the data is validatedpublic Unstructured build()