Share via


ScgRoute interface

Spring Cloud Gateway route definition

Properties

filters

Filters of the route

id

Id of the route

order

Order of the route

predicates

Predicates of the route

uri

Uri of the route

Property Details

filters

Filters of the route

filters?: string[]

Property Value

string[]

id

Id of the route

id: string

Property Value

string

order

Order of the route

order?: number

Property Value

number

predicates

Predicates of the route

predicates?: string[]

Property Value

string[]

uri

Uri of the route

uri: string

Property Value

string