ping
Toggle table of contents
0.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
ping
orchestrate
/
com.pingidentity.orchestrate
/
Module
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
fun
of
(
setup
:
Setup
<
Unit
>
.
(
)
->
Unit
)
:
Module
<
Unit
>
Constructs a module with no config.
fun
<
T
:
Any
>
of
(
config
:
(
)
->
T
,
setup
:
Setup
<
T
>
.
(
)
->
Unit
)
:
Module
<
T
>
Constructs a module with config.