Java org.springframework.util.concurrent SettableListenableFuture fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util.concurrent SettableListenableFuture fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util.concurrent SettableListenableFuture.

The text is from its open source code.

Constructor

Method

voidaddCallback(ListenableFutureCallback callback)
Tget(long timeout, TimeUnit unit)
Retrieve the value.
booleanset(@Nullable T value)
Set the value of this future.
booleansetException(Throwable exception)
Set the exception of this future.