Uses of Interface
com.google.cloud.pubsublite.cloudpubsub.ReassignmentHandler
-
Packages that use ReassignmentHandler Package Description com.google.cloud.pubsublite.cloudpubsub com.google.cloud.pubsublite.cloudpubsub.internal -
-
Uses of ReassignmentHandler in com.google.cloud.pubsublite.cloudpubsub
Methods in com.google.cloud.pubsublite.cloudpubsub with parameters of type ReassignmentHandler Modifier and Type Method Description abstract SubscriberSettings.Builder
SubscriberSettings.Builder. setReassignmentHandler(ReassignmentHandler reassignmentHandler)
A handler that will be notified when partition assignments change from the backend. -
Uses of ReassignmentHandler in com.google.cloud.pubsublite.cloudpubsub.internal
Constructors in com.google.cloud.pubsublite.cloudpubsub.internal with parameters of type ReassignmentHandler Constructor Description AssigningSubscriber(PartitionSubscriberFactory subscriberFactory, ReassignmentHandler reassignmentHandler, AssignerFactory assignerFactory)
-