Class SpringBootEvent

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

    public class SpringBootEvent
    extends io.perfana.eventscheduler.api.EventAdapter<SpringBootEventContext>
    • Constructor Detail

      • SpringBootEvent

        public SpringBootEvent​(SpringBootEventContext eventContext,
                               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<SpringBootEventContext>
      • 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<SpringBootEventContext>