public final class NonBlockingConnectionPool extends Object implements Pool<Connection>
| Modifier and Type | Class and Description |
|---|---|
static class |
NonBlockingConnectionPool.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingConnectionPool.Builder<NonBlockingConnectionPool> |
builder() |
void |
close() |
io.reactivex.Single<Member<Connection>> |
member() |
public static NonBlockingConnectionPool.Builder<NonBlockingConnectionPool> builder()
public io.reactivex.Single<Member<Connection>> member()
member in interface Pool<Connection>public void close()
close in interface AutoCloseableCopyright © 2016–2022. All rights reserved.