Class DestinationResolution

java.lang.Object
io.github.flink.gcp.connector.bigquery.sink.DestinationResolution
Direct Known Subclasses:
TableDestination, UnroutableRecord

@Public public abstract class DestinationResolution extends Object
The result of resolving a BigQuery destination for one record.

A resolver returns either a TableDestination for an ordinary write or an UnroutableRecord for a record-specific routing failure. The constructor and visitor method are package-private so the connector can exhaustively handle the supported result types.