Uses of Interface
io.lettuce.core.support.AsyncObjectFactory
| Package | Description |
|---|---|
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support, connection pooling, and
client-side caching. |
-
Uses of AsyncObjectFactory in io.lettuce.core.support
Methods in io.lettuce.core.support with parameters of type AsyncObjectFactory Modifier and Type Method Description static <T> CompletionStage<BoundedAsyncPool<T>>BoundedAsyncPool. create(AsyncObjectFactory<T> factory, BoundedPoolConfig poolConfig)Create and initializeBoundedAsyncPoolasynchronously.Constructors in io.lettuce.core.support with parameters of type AsyncObjectFactory Constructor Description BoundedAsyncPool(AsyncObjectFactory<T> factory, BoundedPoolConfig poolConfig)