# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConsumerDeliveryExceededAdvisoryV1 is an advisory published when a consumer message reaches max delivery attempts
NATS Schema Type io.nats.jetstream.advisory.v1.max_deliver.
JetStreamAPIAuditV1 is a advisory published for any JetStream API access
NATS Schema Type io.nats.jetstream.advisory.v1.api_audit.
JSAPILimitReachedAdvisoryV1 is an advisory published when the system drops incoming API requests in order to protect itself against denial of service.
JSConsumerActionAdvisoryV1 is a advisory published on create or delete of a Consumer
NATS Schema Type io.nats.jetstream.advisory.v1.consumer_action.
JSConsumerDeliveryNakAdvisoryV1 is an advisory informing that a message was naked by the consumer
NATS Schema: io.nats.jetstream.advisory.v1.nak.
JSConsumerDeliveryTerminatedAdvisoryV1 is an advisory informing that a message was terminated by the consumer, so might be a candidate for DLQ handling
NATS Schema: io.nats.jetstream.advisory.v1.terminated.
JSConsumerGroupPinnedAdvisoryV1 is an advisory published when a consumer pinned_client grouped consumer pins a client
NATS Schema Type io.nats.jetstream.advisory.v1.consumer_group_pinned.
JSConsumerGroupUnPinnedAdvisoryV1 is an advisory published when a consumer pinned_client grouped consumer unpins a client
NATS Schema Type io.nats.jetstream.advisory.v1.consumer_group_unpinned.
JSConsumerLeaderElectedV1 is a advisory published when a stream elects a new leader
NATS Schema Type io.nats.jetstream.advisory.v1.consumer_leader_elected.
JSConsumerPauseAdvisoryV1 indicates that a consumer was paused or unpaused.
JSConsumerQuorumLostV1 is a advisory published when a stream elects a new leader
NATS Schema Type io.nats.jetstream.advisory.v1.consumer_quorum_lost.
JSDomainLeaderElectedV1 is a advisory published when a domain leader is elected
NATS Schema Type io.nats.jetstream.advisory.v1.domain_leader_elected.
JSRestoreCompleteAdvisoryV1 is an advisory sent after a snapshot is successfully started
NATS Schema type io.nats.jetstream.advisory.v1.restore_complete.
JSRestoreCreateAdvisoryV1 is an advisory sent after a snapshot is successfully started
NATS Schema io.nats.jetstream.advisory.v1.restore_create.
JSServerOutOfSpaceAdvisoryV1 is an advisory sent when a server runs out of disk space
NATS Schema Type io.nats.jetstream.advisory.v1.server_out_of_space.
JSServerRemovedAdvisoryV1 indicates a server has been removed from the cluster.
JSSnapshotCompleteAdvisoryV1 is an advisory sent after a snapshot is successfully started
NATS Schema Type io.nats.jetstream.advisory.v1.snapshot_complete.
JSSnapshotCreateAdvisoryV1 is an advisory sent after a snapshot is successfully started
NATS Schema io.nats.jetstream.advisory.v1.snapshot_create.
JetStreamAPIAuditV1 is a advisory published on create, modify or delete of a Stream
NATS Schema Type io.nats.jetstream.advisory.v1.stream_action.
JSStreamLeaderElectedV1 is a advisory published when a stream elects a new leader
NATS Schema Type io.nats.jetstream.advisory.v1.stream_leader_elected.
JSStreamQuorumLostV1 is a advisory published when a stream elects a new leader
NATS Schema Type io.nats.jetstream.advisory.v1.stream_quorum_lost.
PeerInfoV1 is information about a specific peer in a cluster.
# Type aliases
ActionAdvisoryTypeV1 indicates which action against a stream, consumer or template triggered an advisory.