Class NatsClientExtensions
public static class NatsClientExtensions
- Inheritance
-
NatsClientExtensions
- Inherited Members
Methods
- CreateJetStreamContext(INatsClient)
Creates a JetStream context using the provided NATS client.
- CreateJetStreamContext(INatsConnection)
Creates a JetStream context using the provided NATS connection.
- CreateKeyValueStoreContext(INatsClient)
Creates a NATS Key-Value Store context using the specified NATS client.
- CreateKeyValueStoreContext(INatsConnection)
Creates a NATS Key-Value Store context using the specified NATS connection.
- CreateKeyValueStoreContext(INatsJSContext)
Creates a NATS Key-Value Store context using the specified NATS JetStream context.
- CreateObjectStoreContext(INatsClient)
Creates a NATS Object Store context for the given NATS client.
- CreateObjectStoreContext(INatsConnection)
Creates a NATS Object Store context for the given NATS connection.
- CreateObjectStoreContext(INatsJSContext)
Creates a NATS Object Store context for the given NATS JetStream context.
- CreateServicesContext(INatsClient)
Creates a NATS Services context for the given NATS client.
- CreateServicesContext(INatsConnection)
Creates a NATS Services context for the given NATS connection.