| Package | Description |
|---|---|
| io.cloudevents | |
| io.cloudevents.format | |
| io.cloudevents.format.builder | |
| io.cloudevents.fun | |
| io.cloudevents.json | |
| io.cloudevents.v02 | |
| io.cloudevents.v03 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Builder<A extends Attributes,T> |
interface |
CloudEvent<A extends Attributes,T>
An abstract event envelope
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T,P> |
BinaryUnmarshaller.builder()
Gets a new builder instance
|
static <A extends Attributes,T,P> |
StructuredUnmarshaller.builder() |
static <A extends Attributes,T,P,H> |
StructuredMarshaller.builder() |
static <A extends Attributes,T,P,H> |
BinaryMarshaller.builder()
Gets a new builder instance
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventStep<A extends Attributes,T,P,H> |
interface |
HeadersStep<A extends Attributes,T,P> |
interface |
PayloadStep<A extends Attributes,T,P> |
interface |
UnmarshalStep<A extends Attributes,T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeMarshaller<A extends Attributes> |
interface |
AttributeUnmarshaller<A extends Attributes> |
interface |
DataUnmarshaller<P,T,A extends Attributes>
For the 'data' unmarshalling.
|
interface |
EnvelopeMarshaller<A extends Attributes,T,P> |
interface |
EnvelopeUnmarshaller<A extends Attributes,T,P> |
interface |
EventBuilder<T,A extends Attributes>
To build the event.
|
interface |
ExtensionFormatAccessor<A extends Attributes,T> |
| Modifier and Type | Method and Description |
|---|---|
static <T,A extends Attributes> |
Json.binaryUmarshaller(Class<T> type)
Unmarshals a byte array into T type
|
static <T,A extends Attributes> |
Json.umarshaller(Class<T> type)
Creates a JSON Data Unmarshaller
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesImpl |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T> |
Accessor.extensionsOf(CloudEvent<A,T> cloudEvent)
To get access the set of
ExtensionFormat inside the
event. |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T> |
Accessor.extensionsOf(CloudEvent<A,T> cloudEvent)
To get access the set of
ExtensionFormat inside the
event. |
Copyright © 2019. All rights reserved.