Types -
nats
- Content byte[] | boolean | string | int | float | decimal | xml | json | record {}
-
Data types supported when publishing and consuming messages.
- SequenceNumber [SEQUENCE_NUMBER, int]
-
Specifies that message delivery should start at the given sequence number.
- StartPosition NEW_ONLY | LAST_RECEIVED | TimeDeltaStart | SequenceNumber | FIRST
-
Specifies the position to start receiving messages.
- TimeDeltaStart [TIME_DELTA_START, int]
-
Specifies that message delivery should start with a given historical time delta (from now).