| Package | Description |
|---|---|
| reactor.aeron |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<MessagePublication> |
AeronResources.messagePublication(String category,
String channel,
int streamId,
AeronOptions options,
AeronEventLoop eventLoop)
Adds and registers new message publication.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
AeronEventLoop.dispose(MessagePublication publication) |
reactor.core.publisher.Mono<Void> |
AeronEventLoop.register(MessagePublication publication) |
Copyright © 2015–2018. All rights reserved.