Package com.rabbitmq.client.impl
Class CompletableFutureRpcWrapper
java.lang.Object
com.rabbitmq.client.impl.CompletableFutureRpcWrapper
- All Implemented Interfaces:
RpcWrapper
-
Constructor Summary
ConstructorDescriptionCompletableFutureRpcWrapper
(Method method, CompletableFuture<Command> completableFuture) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandleReply
(AMQCommand command) void
complete
(AMQCommand command) void
shutdown
(ShutdownSignalException signal)
-
Constructor Details
-
CompletableFutureRpcWrapper
-
-
Method Details
-
canHandleReply
- Specified by:
canHandleReply
in interfaceRpcWrapper
-
complete
- Specified by:
complete
in interfaceRpcWrapper
-
shutdown
- Specified by:
shutdown
in interfaceRpcWrapper
-