Class AsyncRabbitTemplate.RabbitConverterFuture<C>

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.core.ParameterizedTypeReference<C> getReturnType()  
      void setReturnType​(org.springframework.core.ParameterizedTypeReference<C> returnType)  
      • 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

      • RabbitConverterFuture

        public RabbitConverterFuture​(java.lang.String correlationId,
                                     org.springframework.amqp.core.Message requestMessage)
    • Method Detail

      • getReturnType

        public org.springframework.core.ParameterizedTypeReference<C> getReturnType()
      • setReturnType

        public void setReturnType​(org.springframework.core.ParameterizedTypeReference<C> returnType)