public abstract class AbstractDeltaStreamerService extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
void |
start(java.util.function.Function<Boolean,Boolean> onShutdownCallback)
Start the service.
|
protected abstract Pair<CompletableFuture,ExecutorService> |
startService()
Service implementation
|
public void start(java.util.function.Function<Boolean,Boolean> onShutdownCallback)
onShutdownCallback - protected abstract Pair<CompletableFuture,ExecutorService> startService()
Copyright © 2019 The Apache Software Foundation. All rights reserved.