.NET Client Documentation
5.3.1
Search Results for

    Show / Hide Table of Contents

    IsLossTolerant Property

    IsLossTolerant

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

    Declaration
    public bool IsLossTolerant { get; set; }
    Property Value
    bool
    Remarks

    Even though the reliable topic promises to be reliable, it can be that a ReliableTopicTerminatedMessageEventHandler<T> is too slow. Eventually the message won't be available anymore. StoreSequence should be set

    true
    to stop and dispose the subscriber in a data lost situation.
    In this article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.