| Interface | Description |
|---|---|
| Request<T> |
A remote command invocation request.
|
| Class | Description |
|---|---|
| FilterMapResponseCollector | |
| MapResponseCollector | |
| MultiTargetRequest<T> |
Request implementation that waits for responses from multiple target nodes.
|
| PassthroughMapResponseCollector |
Receive responses from multiple nodes, without checking that the responses are valid.
|
| PassthroughSingleResponseCollector |
RPC to a single node, without any validity checks.
|
| RequestRepository | |
| SingleResponseCollector |
Response collector for a single response.
|
| SingleTargetRequest<T> |
Request implementation that waits for a response from a single target node.
|
| SingletonMapResponseCollector | |
| VoidResponseCollector |
Response collector that discards successful responses and returns
null. |
| XSiteResponseImpl |
Default implementation of
XSiteResponse. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.