NATS Streaming .NET Client
0.1.5
The nats.io .NET Streaming C# Client
|
▼NSTAN | |
▼NClient | |
CIStanConnection | A connection represents a connection to the NATS Streaming subsystem. It can publish and subscribe to messages within the NATS Streaming cluster. |
CIStanSubscription | Subscription represents a subscription within the NATS Streaming cluster. Subscriptions will be rate matched and follow at-least delivery semantics. |
CStanAckHandlerArgs | This class is used with an acknowledgement event handler indicating a message has been acknoweledged by the STAN server. |
CStanBadSubscriptionException | An exception representing the case when an operation is performed on a subscription that is no longer valid. |
CStanCloseRequestException | An exception representing the case when an error occurs closing a connection. |
CStanConnectionClosedException | An exception representing the case when an error occurs closing a connection. |
CStanConnectionException | An exception representing the case when a connection cannot be established with the NATS streaming server. |
CStanConnectionFactory | Creates a connection to the NATS streaming server. |
CStanConnectRequestException | An exception representing the case when an error occurs in the connection request. |
CStanConnectRequestTimeoutException | An exception representing the case when a streaming connection attempt fails due to a mismatched cluster id or connectivity with a streaming server. |
CStanConnLostHandlerArgs | This class is used with an acknowledgement event handler indicating a message has been acknowledged by the NATS Streaming server. |
CStanConsts | NATS Streaming client constants. |
CStanException | A general exception thrown by the NATS streaming server client. |
CStanManualAckException | An exception representing the case when the application attempts to manually acknowledge a message while the subscriber is configured to automatically acknowledge messages. |
CStanMaxPingsException | An exception indicating connectivity with the streaming server has been lost due to exceeding the maximum number of outstanding pings. |
CStanMsg | A StanMsg object is a received NATS streaming message. |
CStanMsgHandlerArgs | Arguments passed to the StanMsgHandler. |
CStanNoServerSupport | An exception representing the case when the application attempts to manually acknowledge a message while the subscriber is configured to automatically acknowledge messages. |
CStanOptions | Options available to configure a connection to the NATS streaming server. |
CStanPublishAckTimeoutException | An exception representing the case when a publish times out waiting for an acknowledgement. |
CStanSubscriptionOptions | The StanSubsciption options class represents various options available to configure a subscription to a subject on the NATS streaming server. |
CStanTimeoutException | An exception representing the general case when an operation times out. |