Package io.zeebe.servicecontainer.impl
Class ServiceEvent
- java.lang.Object
-
- io.zeebe.servicecontainer.impl.ServiceEvent
-
public class ServiceEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceEvent.ServiceEventType
-
Constructor Summary
Constructors Constructor Description ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller)ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller, Object payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceControllergetController()ObjectgetPayload()ServiceEvent.ServiceEventTypegetType()StringtoString()
-
-
-
Constructor Detail
-
ServiceEvent
public ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller, Object payload)
-
ServiceEvent
public ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller)
-
-
Method Detail
-
getType
public ServiceEvent.ServiceEventType getType()
-
getController
public ServiceController getController()
-
getPayload
public Object getPayload()
-
-