WebClientCommandWaitNotifier

class WebClientCommandWaitNotifier(waitCoordinator: WaitCoordinator, webClient: WebClient, remoteWaitNotifyPolicy: RemoteWaitNotifyPolicy) : CommandWaitNotifier

Constructors

Link copied to clipboard
constructor(waitCoordinator: WaitCoordinator, webClient: WebClient, remoteWaitNotifyPolicy: RemoteWaitNotifyPolicy)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun notify(commandWaitEndpoint: String, waitSignal: WaitSignal): Mono<Void>
Link copied to clipboard
open fun notifyAndForget(commandWaitEndpoint: String, waitSignal: WaitSignal)