public interface EnvelopeUnmarshaller<A extends Attributes,T,P>
| Modifier and Type | Method and Description |
|---|---|
CloudEvent<A,T> |
unmarshal(P payload,
Supplier<List<ExtensionFormat>> extensions)
Unmarshals the payload into
CloudEvent instance implementation |
CloudEvent<A,T> unmarshal(P payload, Supplier<List<ExtensionFormat>> extensions)
CloudEvent instance implementationpayload - The envelope payloadextensions - Supplies a list of ExtensionFormatCopyright © 2019. All rights reserved.