Package eu.vstoyanov.natsy.jetstream
Class JetStreamExtensionsKt
-
- All Implemented Interfaces:
public final class JetStreamExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static JetStreamContextjetstream(NatsScope $self)Get or create a JetStreamContext for this scopeThe context is lazily initialized and reused within the same scope. -
-
Method Detail
-
jetstream
final static JetStreamContext jetstream(NatsScope $self)
Get or create a JetStreamContext for this scope
The context is lazily initialized and reused within the same scope. It will be automatically cleaned up when the scope exits.
- Returns:
JetStreamContext for JetStream operations
-
-
-
-