Class EventType
java.lang.Object
org.camunda.bpm.engine.impl.event.EventType
Defines the existing event types, on which the subscription can be done.
Since the the event type for message and signal are historically lower case
the enum variant can't be used, so we have to reimplement an enum like class.
That is done so we can restrict the event types to only the defined ones.
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Details
-
MESSAGE
-
SIGNAL
-
COMPENSATE
-
CONDITONAL
-
-
Method Details
-
name
-