Package io.dialob.executor.command
Interface UpdateValidationCommand
-
- All Superinterfaces:
Command<ErrorState>,ErrorUpdateCommand,Serializable,UpdateCommand<ErrorId,ErrorState>
- All Known Implementing Classes:
ImmutableUpdateValidationCommand
@Immutable public interface UpdateValidationCommand extends ErrorUpdateCommand
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ErrorStateupdate(EvalContext context, ErrorState state)-
Methods inherited from interface io.dialob.executor.command.Command
getTriggers
-
Methods inherited from interface io.dialob.executor.command.ErrorUpdateCommand
getEventMatchers, getExpression
-
Methods inherited from interface io.dialob.executor.command.UpdateCommand
getTargetId, withTargetId
-
-
-
-
Method Detail
-
update
@Nonnull default ErrorState update(@Nonnull EvalContext context, @Nonnull ErrorState state)
- Specified by:
updatein interfaceCommand<ErrorState>
-
-