@FunctionalInterface public interface EnvelopeMarshaller<A extends Attributes,T,P>
| Modifier and Type | Method and Description |
|---|---|
P |
marshal(CloudEvent<A,T> event)
Marshals a CloudEvent instance into the wire format
|
P marshal(CloudEvent<A,T> event)
event - The CloudEvents instanceCopyright © 2019. All rights reserved.