Uses of Class
org.springframework.amqp.rabbit.RabbitFuture
-
Uses of RabbitFuture in org.springframework.amqp.rabbit
Modifier and TypeClassDescriptionclass
ARabbitFuture
with a return type of the template's generic parameter.class
ARabbitFuture
with a return type ofMessage
.ModifierConstructorDescriptionprotected
RabbitFuture
(String correlationId, Message requestMessage, BiConsumer<String, DirectReplyToMessageListenerContainer.ChannelHolder> canceler, Function<RabbitFuture<?>, ScheduledFuture<?>> timeoutTaskFunction)