Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Binding

Binding is an interface for transport protocols to implement, which provides functions for sending CloudEvent Messages over the wire.

interface
property

Serializer binary - converts a CloudEvent into a Message in binary mode

property

Serializer structured - converts a CloudEvent into a Message in structured mode

property

Deserializer toEvent - converts a Message into a CloudEvent

property

{@link Detector} isEvent - determines if a Message can be converted to a CloudEvent

Hierarchy

  • Binding

Generated using TypeDoc