| Interface | Description |
|---|---|
| ClientPool<C,E extends Exception> |
Client pool for using multiple clients to execute actions.
|
| ClientPool.Action<R,C,E extends Exception> |
Action interface with return object for client.
|
| ClientPool.ExecuteAction<C,E extends Exception> |
Action interface with return void for client.
|
| Class | Description |
|---|---|
| ClientPool.ClientPoolImpl<C,E extends Exception> |
Default implementation for
ClientPool. |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.