Interface SyncDurabilityRequest

    • Method Detail

      • applyLevelOnSpan

        default void applyLevelOnSpan​(Optional<DurabilityLevel> level,
                                      RequestSpan span)
        Helper method to apply the durability level if present to the request span.
        Parameters:
        level - the level to potentially apply.
        span - the span on which it should be applied on.