public interface ProcessingService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Determine if this service is running.
|
default void |
onSourceEof()
Called when the source associated with this service instance reaches EOF
|
void |
startBackgroundProcessing()
Start background processing (if any) for this service.
|
void |
stopBackgroundProcessing()
Stop background processing (if any) for this service.
|
void startBackgroundProcessing()
boolean isRunning()
void stopBackgroundProcessing()
default void onSourceEof()
Copyright © 2022 continual.io. All rights reserved.