| Package | Description |
|---|---|
| io.cloudevents.v02 |
| Modifier and Type | Method and Description |
|---|---|
CloudEventImpl<T> |
CloudEventBuilder.build()
To build a brand new instance of
CloudEvent |
static <T> CloudEventImpl<T> |
CloudEventImpl.build(String id,
URI source,
String specversion,
String type,
ZonedDateTime time,
URI schemaurl,
String contenttype,
T data) |
static <T> CloudEventImpl<T> |
CloudEventBuilder.of(T data,
AttributesImpl attributes,
Collection<ExtensionFormat> extensions) |
Copyright © 2019. All rights reserved.