public class SimpleProcessingService extends Object implements ProcessingService
| Constructor and Description |
|---|
SimpleProcessingService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Determine if this service is running.
|
protected void |
onStart() |
protected void |
onStopRequested() |
void |
startBackgroundProcessing()
Start background processing (if any) for this service.
|
void |
stopBackgroundProcessing()
Stop background processing (if any) for this service.
|
public void startBackgroundProcessing()
ProcessingServicestartBackgroundProcessing in interface ProcessingServicepublic boolean isRunning()
ProcessingServiceisRunning in interface ProcessingServicepublic void stopBackgroundProcessing()
ProcessingServicestopBackgroundProcessing in interface ProcessingServiceprotected void onStart()
protected void onStopRequested()
Copyright © 2021 continual.io. All rights reserved.