| Package | Description |
|---|---|
| reactor.aeron |
| Modifier and Type | Method and Description |
|---|---|
AeronEventLoop |
AeronEventLoopGroup.next()
Get instance of worker from the group (round-robin iteration).
|
AeronEventLoop |
AeronResources.nextEventLoop() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<MessageSubscription> |
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<MessageSubscription> |
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.
|
reactor.core.publisher.Mono<MessagePublication> |
AeronResources.messagePublication(String category,
String channel,
int streamId,
AeronOptions options,
AeronEventLoop eventLoop)
Adds and registers new message publication.
|
| Constructor and Description |
|---|
MessageSubscription(String category,
AeronEventLoop eventLoop,
io.aeron.Subscription subscription,
io.aeron.logbuffer.FragmentHandler fragmentHandler)
Constructor for message subscriptino.
|
Copyright © 2015–2018. All rights reserved.