Kotlin DSL Reference for Gradle
8.4-rc-3
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.flow
/
FlowScope
/
Registration
Registration
API
@
Incubating
interface
Registration
<
P
:
FlowParameters
?
>
(
source
)
Represents a registered
dataflow action
.
Parameters
<P>
the parameters defined by the given
dataflow action
.