Types -
nats
- Content byte[] | boolean | string | int | float | decimal | xml | json | T1
-
Data types supported when publishing and consuming messages.
- Error NatsError
-
The union of the NATS module related errors.
- StartPosition NEW_ONLY | LAST_RECEIVED | TimeDeltaStart | SequenceNumber | FIRST
-
Specifies the position to start receiving messages.
- $anonType$0 nats://localhost:4222
- $anonType$2 NEW_ONLY
- $anonType$3 LAST_RECEIVED
- $anonType$4 FIRST
- $anonType$5 TIME_DELTA_START
- $anonType$6 SEQUENCE_NUMBER