Types - nats

  • StartPosition NEW_ONLY | LAST_RECEIVED | TimeDeltaStart | SequenceNumber | FIRST
  • The position to start receiving messages. NEW_ONLY - Specifies that message delivery should start with the messages, which are published after the subscription is created. LAST_RECEIVED - Specifies that message delivery should start with the last (most recent) message stored for this subject. TimeDeltaStart - Specifies that message delivery should start with a given historical time delta (from now). SequenceNumber - Specifies that message delivery should start at the given sequence number. FIRST - Specifies that message delivery should begin at the oldest available message for this subject.