| Package | Description |
|---|---|
| reactor.aeron |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
MessagePublication.enqueue(MessageType messageType,
ByteBuffer buffer,
long sessionId)
Enqueues buffer for future sending.
|
Copyright © 2015–2018. All rights reserved.