public abstract class AbstractClient extends Object implements Client
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractClient.Builder<T extends AbstractClient.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledExecutorService |
executor |
| Constructor and Description |
|---|
AbstractClient(ScheduledExecutorService executor,
Set<Module> modules) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyAddApplication(String applicationId) |
protected void |
notifyConnected() |
protected void |
notifyDisconnected() |
protected void |
notifyRemoveApplication(String applicationId) |
Transport |
transport() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildApplicationcloseprotected final ScheduledExecutorService executor
public AbstractClient(ScheduledExecutorService executor, Set<Module> modules)
Copyright © 2017. All rights reserved.