com.atlassian.util.concurrent
Interface AsyncCompleter.ExecutorCompletionServiceFactory

Enclosing class:
AsyncCompleter

public static interface AsyncCompleter.ExecutorCompletionServiceFactory

Extension point if a custom CompletionService is required, for instance to implement a custom concellation policy.


Method Summary
<T> com.google.common.base.Function<Executor,CompletionService<T>>
create()
           
 

Method Detail

create

<T> com.google.common.base.Function<Executor,CompletionService<T>> create()


Copyright © 2014 Atlassian. All Rights Reserved.