Uses of Class
io.zeebe.servicecontainer.impl.ServiceEvent.ServiceEventType
-
Packages that use ServiceEvent.ServiceEventType Package Description io.zeebe.servicecontainer.impl -
-
Uses of ServiceEvent.ServiceEventType in io.zeebe.servicecontainer.impl
Methods in io.zeebe.servicecontainer.impl that return ServiceEvent.ServiceEventType Modifier and Type Method Description ServiceEvent.ServiceEventTypeServiceEvent. getType()static ServiceEvent.ServiceEventTypeServiceEvent.ServiceEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceEvent.ServiceEventType[]ServiceEvent.ServiceEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.servicecontainer.impl with parameters of type ServiceEvent.ServiceEventType Modifier and Type Method Description voidServiceController. fireEvent(ServiceEvent.ServiceEventType evtType)voidServiceController. fireEvent(ServiceEvent.ServiceEventType evtType, Object payload)Constructors in io.zeebe.servicecontainer.impl with parameters of type ServiceEvent.ServiceEventType Constructor Description ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller)ServiceEvent(ServiceEvent.ServiceEventType type, ServiceController controller, Object payload)
-