Class AsyncRabbitTemplate.RabbitMessageFuture

  • All Implemented Interfaces:
    java.util.concurrent.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 Summary

      Constructors 
      Constructor Description
      RabbitMessageFuture​(java.lang.String correlationId, org.springframework.amqp.core.Message requestMessage)  
    • Method Summary

      • Methods inherited from class org.springframework.util.concurrent.SettableListenableFuture

        addCallback, addCallback, completable, get, get, interruptTask, isCancelled, isDone, set, setException
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RabbitMessageFuture

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