Uses of Interface
org.apache.flink.streaming.connectors.gcp.pubsub.common.Acknowledger
-
Packages that use Acknowledger Package Description org.apache.flink.streaming.connectors.gcp.pubsub org.apache.flink.streaming.connectors.gcp.pubsub.common -
-
Uses of Acknowledger in org.apache.flink.streaming.connectors.gcp.pubsub
Classes in org.apache.flink.streaming.connectors.gcp.pubsub that implement Acknowledger Modifier and Type Class Description classBlockingGrpcPubSubSubscriberImplementation forPubSubSubscriber. -
Uses of Acknowledger in org.apache.flink.streaming.connectors.gcp.pubsub.common
Subinterfaces of Acknowledger in org.apache.flink.streaming.connectors.gcp.pubsub.common Modifier and Type Interface Description interfacePubSubSubscriberUsed byPubSubSourceto pull and acknowledge messages.Constructors in org.apache.flink.streaming.connectors.gcp.pubsub.common with parameters of type Acknowledger Constructor Description AcknowledgeOnCheckpoint(Acknowledger<ACKID> acknowledger)
-