Class SpringBootEvent
- java.lang.Object
-
- io.perfana.eventscheduler.api.EventAdapter<SpringBootEventContext>
-
- io.perfana.events.springboot.event.SpringBootEvent
-
- All Implemented Interfaces:
io.perfana.eventscheduler.api.Event
public class SpringBootEvent extends io.perfana.eventscheduler.api.EventAdapter<SpringBootEventContext>
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTUATOR_TAG
-
Constructor Summary
Constructors Constructor Description SpringBootEvent(SpringBootEventContext eventContext, io.perfana.eventscheduler.api.message.EventMessageBus messageBus, io.perfana.eventscheduler.api.EventLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>allowedCustomEvents()voidbeforeTest()voidcustomEvent(io.perfana.eventscheduler.api.CustomEvent scheduleEvent)
-
-
-
Field Detail
-
ACTUATOR_TAG
public static final String ACTUATOR_TAG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SpringBootEvent
public SpringBootEvent(SpringBootEventContext eventContext, io.perfana.eventscheduler.api.message.EventMessageBus messageBus, io.perfana.eventscheduler.api.EventLogger logger)
-
-
Method Detail
-
allowedCustomEvents
public Collection<String> allowedCustomEvents()
-
beforeTest
public void beforeTest()
- Specified by:
beforeTestin interfaceio.perfana.eventscheduler.api.Event- Overrides:
beforeTestin classio.perfana.eventscheduler.api.EventAdapter<SpringBootEventContext>
-
customEvent
public void customEvent(io.perfana.eventscheduler.api.CustomEvent scheduleEvent)
- Specified by:
customEventin interfaceio.perfana.eventscheduler.api.Event- Overrides:
customEventin classio.perfana.eventscheduler.api.EventAdapter<SpringBootEventContext>
-
-