Interface Expiry.Builder

    • Method Detail

      • durationInSeconds

        Expiry.Builder durationInSeconds​(Integer durationInSeconds)

        The number of seconds to wait before expiring the routing step.

        Parameters:
        durationInSeconds - The number of seconds to wait before expiring the routing step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiryTimestamp

        Expiry.Builder expiryTimestamp​(Instant expiryTimestamp)

        The timestamp indicating when the routing step expires.

        Parameters:
        expiryTimestamp - The timestamp indicating when the routing step expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.