Package io.micrometer.prometheus.rsocket
Class PrometheusRSocketClient.Builder
- java.lang.Object
-
- io.micrometer.prometheus.rsocket.PrometheusRSocketClient.Builder
-
- Enclosing class:
- PrometheusRSocketClient
public static class PrometheusRSocketClient.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrometheusRSocketClientconnect()PrometheusRSocketClient.BuilderdoOnKeyReceived(java.lang.Runnable onKeyReceived)PrometheusRSocketClient.Builderretry(reactor.util.retry.Retry retry)
-
-
-
Method Detail
-
retry
public PrometheusRSocketClient.Builder retry(reactor.util.retry.Retry retry)
-
doOnKeyReceived
public PrometheusRSocketClient.Builder doOnKeyReceived(java.lang.Runnable onKeyReceived)
-
connect
public PrometheusRSocketClient connect()
-
-