public class KotlinCoroutinesService extends AbstractService implements AgentConfigListener
logger| Constructor and Description |
|---|
KotlinCoroutinesService(KotlinCoroutinesConfig coroutinesConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoroutineConfigListener(CoroutineConfigListener listener) |
void |
addSuspendsConfigListener(SuspendsConfigListener listener) |
void |
configChanged(java.lang.String appName,
AgentConfig agentConfig) |
protected void |
doStart() |
protected void |
doStop() |
boolean |
isEnabled()
Is the service enabled.
|
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stoppublic KotlinCoroutinesService(KotlinCoroutinesConfig coroutinesConfig)
public void addCoroutineConfigListener(CoroutineConfigListener listener)
public void addSuspendsConfigListener(SuspendsConfigListener listener)
protected void doStart()
throws java.lang.Exception
doStart in class AbstractServicejava.lang.Exceptionprotected void doStop()
throws java.lang.Exception
doStop in class AbstractServicejava.lang.Exceptionpublic boolean isEnabled()
Servicepublic void configChanged(java.lang.String appName,
AgentConfig agentConfig)
configChanged in interface AgentConfigListener