| Constructor and Description |
|---|
ConnectionManager(EndpointProvider<K,C> endpointProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
forEach(Consumer<Endpoint<C>> consumer) |
void |
getConnection(EventLoopContext ctx,
K key,
Handler<AsyncResult<C>> handler) |
public ConnectionManager(EndpointProvider<K,C> endpointProvider)
public void getConnection(EventLoopContext ctx, K key, Handler<AsyncResult<C>> handler)
public void close()
Copyright © 2021. All rights reserved.