| Package | Description |
|---|---|
| reactor.aeron |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<InnerPoller> |
AeronResources.controlSubscription(String category,
String channel,
int streamId,
ControlMessageSubscriber subscriber,
AeronEventLoop eventLoop,
Consumer<io.aeron.Image> availableImageHandler,
Consumer<io.aeron.Image> unavailableImageHandler)
Adds control subscription and register it.
|
reactor.core.publisher.Mono<InnerPoller> |
AeronResources.dataSubscription(String category,
String channel,
int streamId,
DataMessageSubscriber subscriber,
AeronEventLoop eventLoop,
Consumer<io.aeron.Image> availableImageHandler,
Consumer<io.aeron.Image> unavailableImageHandler)
Adds data subscription and register it.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
AeronEventLoop.dispose(InnerPoller innerPoller) |
reactor.core.publisher.Mono<Void> |
AeronEventLoop.register(InnerPoller innerPoller) |
Copyright © 2015–2018. All rights reserved.