| Package | Description |
|---|---|
| reactor.aeron | |
| reactor.aeron.client | |
| reactor.aeron.server |
| Modifier and Type | Method and Description |
|---|---|
default <T extends Connection> |
Connection.as(Class<T> clazz)
Return an existing
Connection that must match the given type wrapper or null. |
| Modifier and Type | Method and Description |
|---|---|
default Connection |
Connection.onDispose(reactor.core.Disposable onDispose)
Assign a
Disposable to be invoked when the channel is closed. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<? extends Connection> |
AeronClient.connect() |
reactor.core.publisher.Mono<? extends Connection> |
AeronClient.connect(AeronOptions options) |
Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> |
AeronClientSettings.handler() |
reactor.core.publisher.Mono<Connection> |
AeronClientConnector.start()
Creates ClientHandler object and starts it.
|
| Modifier and Type | Method and Description |
|---|---|
AeronClient |
AeronClient.handle(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach an IO handler to react on connected client.
|
AeronClientSettings |
AeronClientSettings.handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler) |
AeronClientSettings.Builder |
AeronClientSettings.Builder.handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler) |
| Modifier and Type | Method and Description |
|---|---|
Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> |
AeronServerSettings.handler() |
| Modifier and Type | Method and Description |
|---|---|
AeronServer |
AeronServer.handle(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach an IO handler to react on connected client.
|
AeronServerSettings |
AeronServerSettings.handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler) |
AeronServerSettings.Builder |
AeronServerSettings.Builder.handler(Function<? super Connection,? extends org.reactivestreams.Publisher<Void>> handler) |
Copyright © 2015–2018. All rights reserved.