A - The attributes typeT - The 'data' typeP - The payload typeH - The headers value typepublic interface EventStep<A extends Attributes,T,P,H>
| Modifier and Type | Method and Description |
|---|---|
MarshalStep<P,H> |
withEvent(Supplier<CloudEvent<A,T>> event)
Supplies the
CloudEvent instance which will be marshaled |
MarshalStep<P,H> withEvent(Supplier<CloudEvent<A,T>> event)
CloudEvent instance which will be marshaledevent - cloud event to marshalCopyright © 2019. All rights reserved.