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.wait
/
RemoteWaitNotifyPolicy
Remote
Wait
Notify
Policy
class
RemoteWaitNotifyPolicy
(
val
retry
:
Retry
=
DEFAULT_RETRY_SPEC
,
val
scheduler
:
Scheduler
=
Schedulers.immediate()
)
Members
Constructors
Remote
Wait
Notify
Policy
Link copied to clipboard
constructor
(
retry
:
Retry
=
DEFAULT_RETRY_SPEC
,
scheduler
:
Scheduler
=
Schedulers.immediate()
)
Properties
retry
Link copied to clipboard
val
retry
:
Retry
scheduler
Link copied to clipboard
val
scheduler
:
Scheduler
Functions
apply
Link copied to clipboard
fun
<
T
:
Any
>
apply
(
publisher
:
Mono
<
T
>
)
:
Mono
<
T
>