Package io.perfana.helloworld.event
Class HelloWorldEventContext
- java.lang.Object
-
- io.perfana.eventscheduler.api.config.EventContext
-
- io.perfana.helloworld.event.HelloWorldEventContext
-
@Immutable public class HelloWorldEventContext extends io.perfana.eventscheduler.api.config.EventContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHelloWorldEventContext(io.perfana.eventscheduler.api.config.EventContext context, String myRestService, Duration helloInitialSleep, String helloMessage, String myCredentials, String myEventTags, String actuatorPropPrefix, String actuatorBaseUrl, List<String> actuatorEnvProps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetHelloInitialSleep()StringgetHelloMessage()StringgetMyCredentials()StringgetMyEventTags()StringgetMyRestService()StringtoString()
-
-
-
Constructor Detail
-
HelloWorldEventContext
protected HelloWorldEventContext(io.perfana.eventscheduler.api.config.EventContext context, String myRestService, Duration helloInitialSleep, String helloMessage, String myCredentials, String myEventTags, String actuatorPropPrefix, String actuatorBaseUrl, List<String> actuatorEnvProps)
-
-
Method Detail
-
getMyRestService
public String getMyRestService()
-
getHelloInitialSleep
public Duration getHelloInitialSleep()
-
getHelloMessage
public String getHelloMessage()
-
getMyCredentials
public String getMyCredentials()
-
getMyEventTags
public String getMyEventTags()
-
toString
public String toString()
- Overrides:
toStringin classio.perfana.eventscheduler.api.config.EventContext
-
-