Package | Description |
---|---|
org.spf4j.recyclable |
Experimental implementation.
|
org.spf4j.recyclable.impl |
Modifier and Type | Method and Description |
---|---|
void |
Template.doOnSupplied(Handler<T,E> handler) |
static <T,E extends Exception> |
Template.doOnSupplied(Handler<T,E> handler,
RecyclingSupplier<T> pool,
int nrImmediateRetries,
int retryWaitMillis,
int timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
RecyclingSupplierBuilder<T> |
RecyclingSupplierBuilder.withGetHook(Handler<T,? extends Exception> phook) |
RecyclingSupplierBuilder<T> |
RecyclingSupplierBuilder.withRecycleHook(Handler<T,? extends Exception> phook) |
Copyright © 2014. All rights reserved.