public abstract static class ServiceDispatcher.ExecutingService extends Object
| Constructor and Description |
|---|
ExecutingService(String serviceName,
ServiceDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancel()
Cancel the service as part of the registration being canceled.
|
static void |
ensureChannelBlocking(DataChannel channel)
Ensures the data channel is in blocking mode.
|
abstract Runnable |
getRunnable(DataChannel channel) |
public ExecutingService(String serviceName, ServiceDispatcher dispatcher)
public abstract Runnable getRunnable(DataChannel channel)
protected void cancel()
public static void ensureChannelBlocking(DataChannel channel)
Copyright © 2024. All rights reserved.