Interface DefaultAwareRetryStrategy.Builder

All Known Implementing Classes:
BaseRetryStrategy.Builder, DefaultAdaptiveRetryStrategy.Builder, DefaultLegacyRetryStrategy.Builder, DefaultStandardRetryStrategy.Builder
Enclosing interface:
DefaultAwareRetryStrategy

public static interface DefaultAwareRetryStrategy.Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    markDefaultAdded(String defaultPredicatesName)
    Identify the Builder as having the specified defaults to it.
  • Method Details

    • markDefaultAdded

      void markDefaultAdded(String defaultPredicatesName)
      Identify the Builder as having the specified defaults to it.
      Parameters:
      defaultPredicatesName - the name the defaults to mark as added