Uses of Enum
com.google.cloud.pubsublite.BacklogLocation
Packages that use BacklogLocation
-
Uses of BacklogLocation in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return BacklogLocationModifier and TypeMethodDescriptionabstract BacklogLocationSeekTarget.backlogLocation()static BacklogLocationReturns the enum constant of this type with the specified name.static BacklogLocation[]BacklogLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsublite with parameters of type BacklogLocationModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Subscription>AdminClient.createSubscription(Subscription subscription, BacklogLocation startingOffset) Create the provided subscription at the given starting offset if it does not yet exist.static SeekTargetSeekTarget.of(BacklogLocation location) Seek to a named backlog location. -
Uses of BacklogLocation in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal with parameters of type BacklogLocationModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Subscription>AdminClientImpl.createSubscription(Subscription subscription, BacklogLocation startingOffset)