Class PubsubTableProvider

All Implemented Interfaces:
Serializable, TableProvider

@Internal @AutoService(TableProvider.class) public class PubsubTableProvider extends SchemaIOTableProviderWrapper
TableProvider for PubsubIO for consumption by Beam SQL.

Passes the PubsubSchemaIOProvider to the generalized table provider wrapper, SchemaIOTableProviderWrapper, for Pubsub specific behavior with payload in json/avro format.

See Also: