RemoteWaitNotifyPolicy

class RemoteWaitNotifyPolicy(val retry: Retry = DEFAULT_RETRY_SPEC, val scheduler: Scheduler = Schedulers.immediate())

Constructors

Link copied to clipboard
constructor(retry: Retry = DEFAULT_RETRY_SPEC, scheduler: Scheduler = Schedulers.immediate())

Properties

Link copied to clipboard
val retry: Retry
Link copied to clipboard
val scheduler: Scheduler

Functions

Link copied to clipboard
fun <T : Any> apply(publisher: Mono<T>): Mono<T>