Search Results for

    Show / Hide Table of Contents

    Interface IOutboxMetrics

    Defines core counter metrics for outbox message processing.

    Namespace: Chapar.Core.Metrics
    Assembly: Chapar.Core.dll
    Syntax
    public interface IOutboxMetrics

    Methods

    | Edit this page View Source

    RecordFailed()

    Records an outbox message that failed to be published.

    Declaration
    void RecordFailed()
    | Edit this page View Source

    RecordPendingCount(long)

    Records the current number of outbox messages that are waiting to be published. This is an observable gauge that is reported periodically.

    Declaration
    void RecordPendingCount(long count)
    Parameters
    Type Name Description
    long count
    | Edit this page View Source

    RecordPublished()

    Records an outbox message that was successfully published to the broker.

    Declaration
    void RecordPublished()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026