Class AsyncRabbitTemplate.RabbitMessageFuture

java.lang.Object
org.springframework.util.concurrent.SettableListenableFuture<T>
org.springframework.amqp.rabbit.AsyncRabbitTemplate.RabbitFuture<org.springframework.amqp.core.Message>
org.springframework.amqp.rabbit.AsyncRabbitTemplate.RabbitMessageFuture
All Implemented Interfaces:
Future<org.springframework.amqp.core.Message>, org.springframework.util.concurrent.ListenableFuture<org.springframework.amqp.core.Message>
Enclosing class:
AsyncRabbitTemplate

public class AsyncRabbitTemplate.RabbitMessageFuture extends AsyncRabbitTemplate.RabbitFuture<org.springframework.amqp.core.Message>
A AsyncRabbitTemplate.RabbitFuture with a return type of Message.
Since:
1.6
  • Constructor Details

    • RabbitMessageFuture

      public RabbitMessageFuture(String correlationId, org.springframework.amqp.core.Message requestMessage)