.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ReliableTopicEventHandlerOptions Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll
    public class ReliableTopicEventHandlerOptions
    Inheritance
    object
    ReliableTopicEventHandlerOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Properties

    Name Description
    InitialSequence

    Gets or sets the initial sequence to start processing messages.

    IsLossTolerant

    Gets or sets this ReliableTopicTerminatedMessageEventHandler<T> is able to deal with message loss.

    StoreSequence

    Gets or sets whether the subscription stores the sequence of last received message. It provides durability to subscriber.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.