Class JetStreamExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static JetStreamContext jetstream(NatsScope $self) Get or create a JetStreamContext for this scopeThe context is lazily initialized and reused within the same scope.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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