public interface Startable
It contains the stop method as anything that needs to be started should also clean up when stopped.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isActive()
Indicates whether this is currently active. 
 | 
void | 
start()
Start the component 
 | 
void | 
stop()
Stop the component and clean up any resources 
 | 
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.