routing property

  1. @JsonKey.new(name: "routing")
RoutingConfig? routing
getter/setter pair

Configures routing. Specify rules to route connections through different outbounds.

Implementation

@JsonKey(name: "routing")
RoutingConfig? routing;