类的使用
org.springframework.util.concurrent.FutureAdapter
使用FutureAdapter的程序包 程序包 说明 org.springframework.util.concurrent Useful genericjava.util.concurrent.Futureextensions.org.springframework.util.concurrent中FutureAdapter的使用
org.springframework.util.concurrent中FutureAdapter的子类 修饰符和类型 类 说明 classListenableFutureAdapter<T,S>Abstract class that adapts aListenableFutureparameterized over S into aListenableFutureparameterized over T.