-
public interface StepWatcherInterceptorThe interface for all interceptors intercepting step events.
-
-
Method Summary
Modifier and Type Method Description UnitinterceptBefore(StepInfo stepInfo)UnitinterceptAfterWithSuccess(StepInfo stepInfo)UnitinterceptAfterWithError(StepInfo stepInfo, Throwable error)UnitinterceptAfterFinally(StepInfo stepInfo)-
-
Method Detail
-
interceptBefore
Unit interceptBefore(StepInfo stepInfo)
-
interceptAfterWithSuccess
Unit interceptAfterWithSuccess(StepInfo stepInfo)
-
interceptAfterWithError
Unit interceptAfterWithError(StepInfo stepInfo, Throwable error)
-
interceptAfterFinally
Unit interceptAfterFinally(StepInfo stepInfo)
-
-
-
-