Wow
Toggle table of contents
8.6.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-webflux
/
me.ahoo.wow.webflux.route.policy
/
BatchExecutionPolicy
Batch
Execution
Policy
class
BatchExecutionPolicy
(
val
concurrency
:
Int
=
1
,
val
prefetch
:
Int
=
1
)
Members
Constructors
Batch
Execution
Policy
Link copied to clipboard
constructor
(
concurrency
:
Int
=
1
,
prefetch
:
Int
=
1
)
Properties
concurrency
Link copied to clipboard
val
concurrency
:
Int
prefetch
Link copied to clipboard
val
prefetch
:
Int
Functions
apply
Link copied to clipboard
fun
<
T
:
Any
,
R
:
Any
>
apply
(
source
:
Flux
<
T
>
,
mapper
:
(
T
)
->
Publisher
<
out
R
>
)
:
Flux
<
R
>