Package com.rabbitmq.client.impl
Class CompletableFutureRpcWrapper
java.lang.Object
com.rabbitmq.client.impl.CompletableFutureRpcWrapper
- All Implemented Interfaces:
RpcWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionCompletableFutureRpcWrapper(Method method, CompletableFuture<Command> completableFuture) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleReply(AMQCommand command) voidcomplete(AMQCommand command) voidshutdown(ShutdownSignalException signal)
-
Constructor Details
-
CompletableFutureRpcWrapper
-
-
Method Details
-
canHandleReply
- Specified by:
canHandleReplyin interfaceRpcWrapper
-
complete
- Specified by:
completein interfaceRpcWrapper
-
shutdown
- Specified by:
shutdownin interfaceRpcWrapper
-