ProtocolMessageDeserializer

@Singleton
class ProtocolMessageDeserializer(destinationMessageFactory: DestinationMessageFactory)

Converts the internal @AirbyteMessage to the internal @DestinationMessage Ideally, this would not use protocol messages at all, but rather a specialized deserializer for routing.

Constructors

Link copied to clipboard
constructor(destinationMessageFactory: DestinationMessageFactory)

Functions

Link copied to clipboard