Package-level declarations
Types
Internal representation of destination streams. This is intended to be a case class specialized for usability.
To implement a DestinationConfiguration:
Internal representation of a DestinationCatalog as returned by a destination on a discover command.
Internal Representation of the DestinationOperation from the protocol that is used in the context of a Destination Discover command.
Internal representation of destination streams. This is intended to be a case class specialized for usability.
A legacy destination sync mode. Modern destinations depend on platform to set overwrite/record-retaining behavior via the generationId / minimumGenerationId parameters, and should treat this as equivalent to Append.
Represents a micronaut property, which has a corresponding entry in micronaut's application.yml file, which is populated by an environment variable. Just a pair of the micronaut property name, and that corresponding env var name.