Class HelloWorldEvent

  • All Implemented Interfaces:
    io.perfana.eventscheduler.api.Event

    public class HelloWorldEvent
    extends io.perfana.eventscheduler.api.EventAdapter<HelloWorldEventContext>
    • Constructor Detail

      • HelloWorldEvent

        public HelloWorldEvent​(HelloWorldEventContext eventContext,
                               io.perfana.eventscheduler.api.config.TestContext testContext,
                               io.perfana.eventscheduler.api.message.EventMessageBus messageBus,
                               io.perfana.eventscheduler.api.EventLogger logger)
    • Method Detail

      • beforeTest

        public void beforeTest()
        Specified by:
        beforeTest in interface io.perfana.eventscheduler.api.Event
        Overrides:
        beforeTest in class io.perfana.eventscheduler.api.EventAdapter<HelloWorldEventContext>
      • afterTest

        public void afterTest()
        Specified by:
        afterTest in interface io.perfana.eventscheduler.api.Event
        Overrides:
        afterTest in class io.perfana.eventscheduler.api.EventAdapter<HelloWorldEventContext>
      • keepAlive

        public void keepAlive()
        Specified by:
        keepAlive in interface io.perfana.eventscheduler.api.Event
        Overrides:
        keepAlive in class io.perfana.eventscheduler.api.EventAdapter<HelloWorldEventContext>
      • customEvent

        public void customEvent​(io.perfana.eventscheduler.api.CustomEvent scheduleEvent)
        Specified by:
        customEvent in interface io.perfana.eventscheduler.api.Event
        Overrides:
        customEvent in class io.perfana.eventscheduler.api.EventAdapter<HelloWorldEventContext>