Class SeekTarget (1.13.3)

public abstract class SeekTarget implements Serializable

The target location to seek a subscription to.

Inheritance

java.lang.Object > SeekTarget

Implements

Serializable

Static Methods

of(BacklogLocation location)

public static SeekTarget of(BacklogLocation location)

Seek to a named backlog location.

Parameter
Name Description
location BacklogLocation
Returns
Type Description
SeekTarget

ofEventTime(Timestamp time)

public static SeekTarget ofEventTime(Timestamp time)

Seek to a message event timestamp.

Parameter
Name Description
time Timestamp
Returns
Type Description
SeekTarget

ofPublishTime(Timestamp time)

public static SeekTarget ofPublishTime(Timestamp time)

Seek to a message publish timestamp.

Parameter
Name Description
time Timestamp
Returns
Type Description
SeekTarget

Constructors

SeekTarget()

public SeekTarget()

Methods

backlogLocation()

public abstract BacklogLocation backlogLocation()
Returns
Type Description
BacklogLocation

eventTime()

public abstract Timestamp eventTime()
Returns
Type Description
Timestamp

getKind()

public abstract SeekTarget.Kind getKind()
Returns
Type Description
SeekTarget.Kind

publishTime()

public abstract Timestamp publishTime()
Returns
Type Description
Timestamp