AliasRoutingStrategy

data class AliasRoutingStrategy(val fleetId: String? = null, val message: String? = null, val type: AliasRoutingStrategyType)

Constructors

Link copied to clipboard
constructor(fleetId: String? = null, message: String? = null, type: AliasRoutingStrategyType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fleetId: String? = null

A unique identifier for a fleet that the alias points to. If you specify SIMPLE for the Type property, you must specify this property.

Link copied to clipboard
val message: String? = null

The message text to be used with a terminal routing strategy. If you specify TERMINAL for the Type property, you must specify this property.

Link copied to clipboard

Simple routing strategy. The alias resolves to one specific fleet. Use this type when routing to active fleets.