| Package | Description |
|---|---|
| io.cloudevents.format | |
| io.cloudevents.v02.http | |
| io.cloudevents.v03.http |
| Modifier and Type | Method and Description |
|---|---|
HeadersStep<A,T,P> |
BinaryUnmarshaller.BuilderStep.builder(EventBuilder<T,A> builder)
Takes the builder to build
CloudEvent instances |
HeadersStep<A,T,P> |
StructuredUnmarshaller.EnvelopeUnmarshallerStep.map(EnvelopeUnmarshaller<A,T,P> unmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
static <T> HeadersStep<AttributesImpl,T,String> |
Unmarshallers.binary(Class<T> type)
Builds a Binary Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
|
static <T> HeadersStep<AttributesImpl,T,String> |
Unmarshallers.structured(Class<T> typeOfData)
Builds a Structured Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
|
| Modifier and Type | Method and Description |
|---|---|
static <T> HeadersStep<AttributesImpl,T,String> |
Unmarshallers.binary(Class<T> type)
Builds a Binary Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
|
static <T> HeadersStep<AttributesImpl,T,String> |
Unmarshallers.structured(Class<T> typeOfData)
Builds a Structured Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
|
Copyright © 2019. All rights reserved.