Class RetryableTrait

    • Field Detail

      • ID

        public static final ShapeId ID
    • Method Detail

      • builder

        public static RetryableTrait.Builder builder()
        Creates a builder for a retryable trait.
        Returns:
        Returns the created builder.
      • getThrottling

        public boolean getThrottling()
        Returns:
        Returns true if the retry is a throttle.
      • createNode

        protected Node createNode()
        Description copied from class: AbstractTrait
        The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
        Specified by:
        createNode in class AbstractTrait
        Returns:
        Returns the trait as a node.