Enum BacklogLocation (1.6.0)

public enum BacklogLocation extends Enum<BacklogLocation>

BacklogLocation refers to a location with respect to the message backlog.

Static Fields

NameDescription
BEGINNING

BEGINNING refers to the location of the oldest retained message.

END

END refers to the location past all currently published messages, skipping the entire message backlog.

Static Methods

NameDescription
valueOf(String name)
values()