namedTarget property

String? namedTarget
getter/setter pair

Seek to a named position with respect to the message backlog. Possible string values are:

  • "NAMED_TARGET_UNSPECIFIED" : Unspecified named target. Do not use.
  • "TAIL" : Seek to the oldest retained message.
  • "HEAD" : Seek past all recently published messages, skipping the entire message backlog.

Implementation

core.String? namedTarget;