public interface TaskServerConnector
Modifier and Type | Method and Description |
---|---|
void |
start()
Start the server connector, which actually start the task.
|
void |
stop()
Stop the server connector which actually stops the task.
|
void start() throws SchedulingException
SchedulingException
- if error occurred while starting the Task server connector.void stop() throws SchedulingException
SchedulingException
- if error occurred while stopping the Task server connector.Copyright © 2019 WSO2. All rights reserved.