Package io.dialob.executor.command
Interface ErrorUpdateCommand
-
- All Superinterfaces:
Command<ErrorState>,Serializable,UpdateCommand<ErrorId,ErrorState>
- All Known Subinterfaces:
ErrorLabelUpdateCommand,UpdateValidationCommand,ValidationDisabledUpdateCommand
- All Known Implementing Classes:
ImmutableErrorLabelUpdateCommand,ImmutableUpdateValidationCommand,ImmutableValidationDisabledUpdateCommand
public interface ErrorUpdateCommand extends UpdateCommand<ErrorId,ErrorState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Set<EventMatcher>getEventMatchers()ExpressiongetExpression()-
Methods inherited from interface io.dialob.executor.command.Command
getTriggers, update
-
Methods inherited from interface io.dialob.executor.command.UpdateCommand
getTargetId, withTargetId
-
-
-
-
Method Detail
-
getExpression
@Parameter(order=1) Expression getExpression()
-
getEventMatchers
@Nonnull default Set<EventMatcher> getEventMatchers()
- Specified by:
getEventMatchersin interfaceCommand<ErrorState>
-
-