@FunctionalInterface public interface ExtensionFormatAccessor<A extends Attributes,T>
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtensionFormat> |
extensionsOf(CloudEvent<A,T> cloudEvent)
To get access to the internal collection of
ExtensionFormat inside
the CloudEvent implementation |
Collection<ExtensionFormat> extensionsOf(CloudEvent<A,T> cloudEvent)
ExtensionFormat inside
the CloudEvent implementationcloudEvent - Copyright © 2019. All rights reserved.