| Package | Description |
|---|---|
| io.cloudevents.format | |
| io.cloudevents.v02.http | |
| io.cloudevents.v03.http |
| Modifier and Type | Method and Description |
|---|---|
EventStep<A,T,P,H> |
BinaryMarshaller.BuilderStep.builder(WireBuilder<P,String,H> builder)
Builds the
Wire to use for wire transfer |
EventStep<A,T,P,H> |
StructuredMarshaller.HeaderMapperStep.map(FormatHeaderMapper<H> mapper) |
EventStep<A,T,P,H> |
StructuredMarshaller.ExtensionAccessorStep.skip()
To skip the extension special handling
|
| Modifier and Type | Method and Description |
|---|---|
static <T> EventStep<AttributesImpl,T,String,String> |
Marshallers.binary()
Builds a Binary Content Mode marshaller to marshal cloud events as JSON for
HTTP Transport Binding
|
static <T> EventStep<AttributesImpl,T,String,String> |
Marshallers.structured()
Builds a Structured Content Mode marshaller to marshal cloud event as JSON for
HTTP Transport Binding
|
| Modifier and Type | Method and Description |
|---|---|
static <T> EventStep<AttributesImpl,T,String,String> |
Marshallers.binary()
Builds a Binary Content Mode marshaller to marshal cloud events as JSON for
HTTP Transport Binding
|
static <T> EventStep<AttributesImpl,T,String,String> |
Marshallers.structured()
Builds a Structured Content Mode marshaller to marshal cloud event as JSON for
HTTP Transport Binding
|
Copyright © 2019. All rights reserved.