| Package | Description |
|---|---|
| io.cloudevents |
| Modifier and Type | Method | Description |
|---|---|---|
CloudEventBuilder<T> |
CloudEventBuilder.contentType(java.lang.String contentType) |
Describe the data encoding format
|
CloudEventBuilder<T> |
CloudEventBuilder.data(T data) |
The event payload.
|
CloudEventBuilder<T> |
CloudEventBuilder.eventID(java.lang.String eventID) |
ID of the event.
|
CloudEventBuilder<T> |
CloudEventBuilder.eventTime(java.time.ZonedDateTime eventTime) |
Timestamp of when the event happened.
|
CloudEventBuilder<T> |
CloudEventBuilder.eventType(java.lang.String eventType) |
Type of occurrence which has happened.
|
CloudEventBuilder<T> |
CloudEventBuilder.eventTypeVersion(java.lang.String eventTypeVersion) |
The version of the eventType.
|
CloudEventBuilder<T> |
CloudEventBuilder.extensions(java.util.Map extensions) |
This is for additional metadata and this does not have a mandated structure.
|
CloudEventBuilder<T> |
CloudEventBuilder.schemaURL(java.net.URI schemaURL) |
A link to the schema that the data attribute adheres to.
|
CloudEventBuilder<T> |
CloudEventBuilder.source(java.net.URI source) |
This describes the event producer.
|
Copyright © 2018. All Rights Reserved.