cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api.proxy
/
ApiProxy
/
New
/
ProxyEndPoint
/
RouteRule
Route
Rule
@
Serializable
data
class
RouteRule
(
val
name
:
String
,
val
targetEndPointName
:
String
,
val
sequence
:
Int
)
(
source
)
Members
Constructors
Route
Rule
Link copied to clipboard
constructor
(
name
:
String
,
targetEndPointName
:
String
,
sequence
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
sequence
Link copied to clipboard
val
sequence
:
Int
target
End
Point
Name
Link copied to clipboard
val
targetEndPointName
:
String