Binding is an interface for transport protocols to implement, which provides functions for sending CloudEvent Messages over the wire.
Serializer binary - converts a CloudEvent into a Message in binary mode
binary
Serializer structured - converts a CloudEvent into a Message in structured mode
structured
Deserializer toEvent - converts a Message into a CloudEvent
toEvent
{@link Detector} isEvent - determines if a Message can be converted to a CloudEvent
isEvent
Generated using TypeDoc
Binding is an interface for transport protocols to implement, which provides functions for sending CloudEvent Messages over the wire.
Serializer
binary
- converts a CloudEvent into a Message in binary modeSerializer
structured
- converts a CloudEvent into a Message in structured modeDeserializer
toEvent
- converts a Message into a CloudEvent{@link Detector}
isEvent
- determines if a Message can be converted to a CloudEvent