Interface | Description |
---|---|
NettyChannelImplementationSelector |
Selects appropriate
Channel implementation. |
Class | Description |
---|---|
NativeChannelImplementationSelector |
A
NettyChannelImplementationSelector implementation that prefers native transport if possible. |
NioChannelImplementationSelector |
A
NettyChannelImplementationSelector implementation that prefers nio-based channel implementation. |
ReplyFutureMap<T> |
Orchestrate message sender and receiver using
CompletableFuture for asynchronous request-reply communication. |
RuntimeIdGenerator |
ID Generator.
|
Copyright © 2018. All rights reserved.