Class HelloWorldEventContext


  • @Immutable
    public class HelloWorldEventContext
    extends io.perfana.eventscheduler.api.config.EventContext
    • 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:
        toString in class io.perfana.eventscheduler.api.config.EventContext