public interface IApplicationStartReporter
To use this create one using:
IApplicationStartReporter reporter = new ApplicationControllerImpl(topic, cluster); .. reporter.start(..)On simple platform or platform without Kafka you can use :IApplicationStartReporter reporter = new ApplicationControllerImpl(null, null);The start method will then have no effect. And your platform does not have to be configured with Kafka.
| Modifier and Type | Method and Description | 
|---|---|
| void | start(String applicationShortName,
     String applicationUuid,
     String entityUuid,
     String entityName,
     int stageNum)Send a start notification from Shiva typically. | 
void start(String applicationShortName, String applicationUuid, String entityUuid, String entityName, int stageNum)
applicationShortName - applicationUuid - entityUuid - entityName - stageNum - Copyright © 2014–2023. All rights reserved.