cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
ApiProxyEndPoint
/
RouteRule
Route
Rule
@
Serializable
@
SerialName
(
value
=
"routeRule"
)
data
class
RouteRule
(
val
name
:
String
,
val
targetEndPointName
:
String
,
val
sequence
:
Int
,
val
faultRules
:
List
<
ApiProxyEndPoint.RouteRule
>
=
emptyList()
)
(
source
)
Members
Constructors
Route
Rule
Link copied to clipboard
constructor
(
name
:
String
,
targetEndPointName
:
String
,
sequence
:
Int
,
faultRules
:
List
<
ApiProxyEndPoint.RouteRule
>
=
emptyList()
)
Properties
fault
Rules
Link copied to clipboard
@
XmlElement
val
faultRules
:
List
<
ApiProxyEndPoint.RouteRule
>
name
Link copied to clipboard
@
XmlElement
val
name
:
String
sequence
Link copied to clipboard
@
XmlElement
val
sequence
:
Int
target
End
Point
Name
Link copied to clipboard
@
XmlElement
val
targetEndPointName
:
String