MessagingOptions Class
Namespace: Hazelcast.Messaging
Assembly: Hazelcast.Net.dll
Represents messaging options.
public class MessagingOptions
Inherited Members
Constructors
Name | Description |
---|---|
MessagingOptions() | Initializes a new instance of the MessagingOptions class. |
Properties
Name | Description |
---|---|
MinRetryDelayMilliseconds | Gets or sets the min retry delay. |
RetryOnClientReconnecting | Whether to retry an invocation that has failed to start because the client was offline but still active and reconnecting. |
RetryTimeoutSeconds | Gets or sets the invocation timeout. |
RetryUnsafeOperations | Whether to retry all operations including unsafe operations. |