Package org.apache.flink.streaming.connectors.gcp.pubsub.common
-
Interface Summary Interface Description Acknowledger<AcknowledgeId> PubSubDeserializationSchema<T> The deserialization schema describes how to turn the PubsubMessages into data types (Java/Scala objects) that are processed by Flink.PubSubSubscriber Used byPubSubSourceto pull and acknowledge messages.PubSubSubscriberFactory A factory class to create aSubscriberStub. -
Class Summary Class Description AcknowledgeIdsForCheckpoint<AcknowledgeId> This class contains a checkpointId and a List of AcknowledgementIds.AcknowledgeOnCheckpoint<ACKID extends Serializable> Helper class for SourceFunctions to acknowledge messages to external systems after a successful checkpoint.