public class PingClient extends Object
| Constructor and Description |
|---|
PingClient(Mono<io.rsocket.RSocket> client) |
| Modifier and Type | Method and Description |
|---|---|
Flux<io.rsocket.Payload> |
requestResponsePingPong(int count,
org.HdrHistogram.Recorder histogram) |
Flux<io.rsocket.Payload> |
requestStreamPingPong(int count,
org.HdrHistogram.Recorder histogram) |
org.HdrHistogram.Recorder |
startTracker(Duration interval) |
public PingClient(Mono<io.rsocket.RSocket> client)
public org.HdrHistogram.Recorder startTracker(Duration interval)
public Flux<io.rsocket.Payload> requestResponsePingPong(int count, org.HdrHistogram.Recorder histogram)
public Flux<io.rsocket.Payload> requestStreamPingPong(int count, org.HdrHistogram.Recorder histogram)