Interface ReplyRetryNumberAccessor.ReplyRetryNumberBuilder<B extends ReplyRetryNumberAccessor.ReplyRetryNumberBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
HandshakePortController.Builder, HandshakeTransmissionMetrics.Builder
Enclosing interface:
ReplyRetryNumberAccessor

public static interface ReplyRetryNumberAccessor.ReplyRetryNumberBuilder<B extends ReplyRetryNumberAccessor.ReplyRetryNumberBuilder<B>>
Provides a builder method for a reply retry number returning the builder for applying multiple build operations. A reply retry number is the overall number of retries to use when counting retries.
  • Method Summary

    Modifier and Type
    Method
    Description
    withReplyRetryNumber(int aReplyRetryNumber)
    Sets the number of retries for the reply retry number.
  • Method Details

    • withReplyRetryNumber

      B withReplyRetryNumber(int aReplyRetryNumber)
      Sets the number of retries for the reply retry number. A reply retry number is the overall number of retries to use when counting retries.
      Parameters:
      aReplyRetryNumber - The number of retries to be stored by the number of reply retry number.
      Returns:
      The builder for applying multiple build operations.