| Package | Description |
|---|---|
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support,
RedisClientFactoryBean for Spring. |
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletionStage<BoundedAsyncPool<T>> |
BoundedAsyncPool.create(AsyncObjectFactory<T> factory,
BoundedPoolConfig poolConfig)
Create and initialize
BoundedAsyncPool asynchronously. |
| Constructor and Description |
|---|
BoundedAsyncPool(AsyncObjectFactory<T> factory,
BoundedPoolConfig poolConfig)
|
Copyright © 2021 lettuce.io. All rights reserved.