Package-level declarations

Types

Link copied to clipboard
class CommandWaitHandlerFunction(waitCoordinator: WaitCoordinator) : HandlerFunction<ServerResponse>
Link copied to clipboard
class RemoteWaitNotifyPolicy(val retry: Retry = DEFAULT_RETRY_SPEC, val scheduler: Scheduler = Schedulers.immediate())
Link copied to clipboard
class WebClientCommandWaitNotifier(waitCoordinator: WaitCoordinator, webClient: WebClient, remoteWaitNotifyPolicy: RemoteWaitNotifyPolicy) : CommandWaitNotifier

Properties

Link copied to clipboard
val EMPTY_OK: Mono<ServerResponse?>?