Package org.springframework.amqp.rabbit
Class AsyncRabbitTemplate.RabbitConverterFuture<C>
java.lang.Object
org.springframework.util.concurrent.SettableListenableFuture<T>
org.springframework.amqp.rabbit.AsyncRabbitTemplate.RabbitFuture<C>
org.springframework.amqp.rabbit.AsyncRabbitTemplate.RabbitConverterFuture<C>
- Type Parameters:
C
- the type.
- All Implemented Interfaces:
Future<C>
,ListenableFuture<C>
- Enclosing class:
- AsyncRabbitTemplate
public class AsyncRabbitTemplate.RabbitConverterFuture<C>
extends AsyncRabbitTemplate.RabbitFuture<C>
A
AsyncRabbitTemplate.RabbitFuture
with a return type of the template's
generic parameter.- Since:
- 1.6
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.amqp.rabbit.AsyncRabbitTemplate.RabbitFuture
cancel, getConfirm, getNackCause
Methods inherited from class org.springframework.util.concurrent.SettableListenableFuture
addCallback, addCallback, completable, get, get, interruptTask, isCancelled, isDone, set, setException
-
Constructor Details
-
RabbitConverterFuture
-
-
Method Details
-
getReturnType
-
setReturnType
-