Uses of Class
io.zeebe.protocol.record.intent.ErrorIntent
-
Packages that use ErrorIntent Package Description io.zeebe.protocol.record.intent -
-
Uses of ErrorIntent in io.zeebe.protocol.record.intent
Methods in io.zeebe.protocol.record.intent that return ErrorIntent Modifier and Type Method Description static ErrorIntentErrorIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorIntent[]ErrorIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-