public class Accessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A extends Attributes,T> |
extensionsOf(CloudEvent<A,T> cloudEvent)
To get access the set of
ExtensionFormat inside the
event. |
public static <A extends Attributes,T> Collection<ExtensionFormat> extensionsOf(CloudEvent<A,T> cloudEvent)
ExtensionFormat inside the
event.
ExtensionFormatAccessor.extensionsOf(CloudEvent)cloudEvent - IllegalArgumentException - When argument is not an instance
of CloudEventImplCopyright © 2019. All rights reserved.