Uses of Class
org.springframework.amqp.rabbit.RabbitFuture
Packages that use RabbitFuture
-
Uses of RabbitFuture in org.springframework.amqp.rabbit
Subclasses of RabbitFuture in org.springframework.amqp.rabbitModifier and TypeClassDescriptionclass
ARabbitFuture
with a return type of the template's generic parameter.class
ARabbitFuture
with a return type ofMessage
.Constructor parameters in org.springframework.amqp.rabbit with type arguments of type RabbitFutureModifierConstructorDescriptionprotected
RabbitFuture
(String correlationId, Message requestMessage, BiConsumer<String, DirectReplyToMessageListenerContainer.ChannelHolder> canceler, Function<RabbitFuture<?>, ScheduledFuture<?>> timeoutTaskFunction)