Uses of Interface
com.google.cloud.pubsublite.cloudpubsub.ReassignmentHandler
Packages that use ReassignmentHandler
Package
Description
-
Uses of ReassignmentHandler in com.google.cloud.pubsublite.cloudpubsub
Methods in com.google.cloud.pubsublite.cloudpubsub with parameters of type ReassignmentHandlerModifier and TypeMethodDescriptionabstract SubscriberSettings.BuilderSubscriberSettings.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 ReassignmentHandlerModifierConstructorDescriptionAssigningSubscriber(PartitionSubscriberFactory subscriberFactory, ReassignmentHandler reassignmentHandler, AssignerFactory assignerFactory)