Package io.zeebe.protocol.record.intent
Interface Intent
-
- All Known Subinterfaces:
ProcessInstanceRelatedIntent
- All Known Implementing Classes:
DeploymentDistributionIntent,DeploymentIntent,ErrorIntent,IncidentIntent,JobBatchIntent,JobIntent,MessageIntent,MessageStartEventSubscriptionIntent,MessageSubscriptionIntent,ProcessEventIntent,ProcessInstanceCreationIntent,ProcessInstanceIntent,ProcessInstanceResultIntent,ProcessIntent,ProcessMessageSubscriptionIntent,TimerIntent,VariableDocumentIntent,VariableIntent
public interface Intent
-
-
Field Summary
Fields Modifier and Type Field Description static Collection<Class<? extends Intent>>INTENT_CLASSESstatic shortNULL_VALstatic IntentUNKNOWN
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntentfromProtocolValue(ValueType valueType, short intent)static IntentfromProtocolValue(ValueType valueType, String intent)static intmaxCardinality()Stringname()shortvalue()
-
-
-
Field Detail
-
INTENT_CLASSES
static final Collection<Class<? extends Intent>> INTENT_CLASSES
-
NULL_VAL
static final short NULL_VAL
- See Also:
- Constant Field Values
-
UNKNOWN
static final Intent UNKNOWN
-
-