Package io.perfana.helloworld.event
Class HelloWorldEventFactory
- java.lang.Object
-
- io.perfana.helloworld.event.HelloWorldEventFactory
-
- All Implemented Interfaces:
io.perfana.eventscheduler.api.EventFactory<HelloWorldEventContext>
public class HelloWorldEventFactory extends Object implements io.perfana.eventscheduler.api.EventFactory<HelloWorldEventContext>
-
-
Constructor Summary
Constructors Constructor Description HelloWorldEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.perfana.eventscheduler.api.Eventcreate(HelloWorldEventContext context, io.perfana.eventscheduler.api.config.TestContext testContext, io.perfana.eventscheduler.api.message.EventMessageBus messageBus, io.perfana.eventscheduler.api.EventLogger eventLogger)
-
-
-
Method Detail
-
create
public io.perfana.eventscheduler.api.Event create(HelloWorldEventContext context, io.perfana.eventscheduler.api.config.TestContext testContext, io.perfana.eventscheduler.api.message.EventMessageBus messageBus, io.perfana.eventscheduler.api.EventLogger eventLogger)
- Specified by:
createin interfaceio.perfana.eventscheduler.api.EventFactory<HelloWorldEventContext>
-
-