public final class Producer<T> extends Object implements Callable<List<T>>
Producer(Route route, Visitor visitor, Class<T> type, int numberOfInstances)
List<T>
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Producer(Route route, Visitor visitor, Class<T> type, int numberOfInstances)
public List<T> call() throws Exception
call
Callable<List<T>>
Exception
Copyright © 2010–2016 none. All rights reserved.