public static class PrometheusRSocketClient.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PrometheusRSocketClient |
connect() |
PrometheusRSocketClient |
connectBlockingly() |
PrometheusRSocketClient |
connectBlockingly(java.time.Duration timeout) |
PrometheusRSocketClient.Builder |
doOnKeyReceived(java.lang.Runnable onKeyReceived) |
PrometheusRSocketClient.Builder |
retry(reactor.util.retry.Retry retry) |
public PrometheusRSocketClient.Builder retry(reactor.util.retry.Retry retry)
public PrometheusRSocketClient.Builder doOnKeyReceived(java.lang.Runnable onKeyReceived)
public PrometheusRSocketClient connect()
public PrometheusRSocketClient connectBlockingly()
public PrometheusRSocketClient connectBlockingly(java.time.Duration timeout)