Uses of Class
com.google.cloud.pubsublite.BacklogLocation
-
Packages that use BacklogLocation Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal -
-
Uses of BacklogLocation in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return BacklogLocation Modifier and Type Method Description abstract BacklogLocation
SeekTarget. backlogLocation()
static BacklogLocation
BacklogLocation. valueOf(String name)
Returns 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 BacklogLocation Modifier and Type Method Description com.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 SeekTarget
SeekTarget. 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 BacklogLocation Modifier and Type Method Description com.google.api.core.ApiFuture<Subscription>
AdminClientImpl. createSubscription(Subscription subscription, BacklogLocation startingOffset)
-