| Package | Description |
|---|---|
| io.cloudevents |
| Modifier and Type | Method and 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.extension(Extension extension) |
CloudEventBuilder<T> |
CloudEventBuilder.id(java.lang.String id)
ID of the event.
|
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.
|
CloudEventBuilder<T> |
CloudEventBuilder.specVersion(java.lang.String specVersion)
The version of the CloudEvents specification which the event uses.
|
CloudEventBuilder<T> |
CloudEventBuilder.time(java.time.ZonedDateTime time)
Timestamp of when the event happened.
|
CloudEventBuilder<T> |
CloudEventBuilder.type(java.lang.String type)
Type of occurrence which has happened.
|
Copyright © 2018. All Rights Reserved.