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