cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy-dsl
/
app.softwork.cikraft.proxy
/
FlowBuilder
Flow
Builder
class
FlowBuilder
(
source
)
Members
Properties
failed
Link copied to clipboard
val
PolicyBuilder
.
failed
:
String
Functions
and
Link copied to clipboard
infix
fun
String
.
and
(
other
:
String
)
:
String
eq
Link copied to clipboard
infix
fun
String
.
eq
(
other
:
Boolean
)
:
String
infix
fun
String
.
eq
(
other
:
String
)
:
String
neq
Link copied to clipboard
infix
fun
String
.
neq
(
other
:
Boolean
)
:
String
infix
fun
String
.
neq
(
other
:
String
)
:
String
or
Link copied to clipboard
infix
fun
String
.
or
(
other
:
String
)
:
String
step
Link copied to clipboard
fun
step
(
policyBuilder
:
PolicyBuilder
,
condition
:
String
?
=
null
)
fun
step
(
policyName
:
String
,
condition
:
String
?
=
null
)