Constructor and Description |
---|
Template(RecyclingSupplier<T> pool,
int nrImmediateRetries,
int retryWaitMillis,
int timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
void |
doOnSupplied(Handler<T,E> handler) |
static <T,E extends Exception> |
doOnSupplied(Handler<T,E> handler,
RecyclingSupplier<T> pool,
int nrImmediateRetries,
int retryWaitMillis,
int timeoutMillis) |
public Template(RecyclingSupplier<T> pool, int nrImmediateRetries, int retryWaitMillis, int timeoutMillis)
public void doOnSupplied(Handler<T,E> handler) throws InterruptedException
InterruptedException
public static <T,E extends Exception> void doOnSupplied(Handler<T,E> handler, RecyclingSupplier<T> pool, int nrImmediateRetries, int retryWaitMillis, int timeoutMillis) throws InterruptedException
InterruptedException
Copyright © 2014. All rights reserved.