RoutingResultPayload
@JsonClass(generateAdapter = true)
The routing result payload.
Constructors
Link copied to clipboard
constructor(id: String, recordId: String? = null, failureType: RoutingFailureType, routingType: RoutingType, failureReason: String? = null, estimatedWaitTime: EstimatedWaitTime? = null)