Package eu.vstoyanov.natsy
See: Description
-
Annotation Summary Annotation Description NatsDsl DSL marker for NATS configuration -
Class Summary Class Description KlientConfigBuilder Builder for NatsKlient configuration KlientConfig Configuration for NatsKlient NatsKlient Main entry point for NATS messaging with Kotlin-first APIBuilding a klient does no I/O: the configuration is validated, and nothing is dialled until connect. SubscriptionHandle One subscription, and the rendezvous that tells you it exists. NatsOperationsKt -
Enum Summary Enum Description ConnectionStatus What a klient's connection is currently doingThe states a health or readiness probe distinguishes: CONNECTED is serving, CLOSED is over, and the three in between are all "not right now, ask again". -
Interface Summary Interface Description NatsOperations Everything that publishes, requests or subscribes - the messaging surface, without the connection behind it.