| Package | Description |
|---|---|
| io.cloudevents.v03 |
| Modifier and Type | Method and Description |
|---|---|
CloudEventImpl<T> |
CloudEventBuilder.build() |
static <T> CloudEventImpl<T> |
CloudEventImpl.build(String id,
URI source,
String specversion,
String type,
ZonedDateTime time,
URI schemaurl,
String datacontentencoding,
String datacontenttype,
String subject,
T data)
Used by the Jackson Framework to unmarshall.
|
static <T> CloudEventImpl<T> |
CloudEventBuilder.of(T data,
AttributesImpl attributes,
Collection<ExtensionFormat> extensions)
Build an event from data and attributes
|
Copyright © 2019. All rights reserved.