public interface EventArgumentsInterceptor
Event
arguments before the Event
is passed
to the StateMachine
and allows for the arguments to be modified.
This is for advanced uses only.限定符和类型 | 方法和说明 |
---|---|
java.lang.Object[] |
modify(java.lang.Object[] arguments)
Modifies the specified array of event arguments.
|