Expiry

class Expiry

An object to specify the expiration of a routing step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The timestamp indicating when the routing step expires.

Functions

Link copied to clipboard
inline fun copy(block: Expiry.Builder.() -> Unit = {}): Expiry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String