@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface OnEventNotAccepted
A method annotated with @OnEventNotAccepted may accept a parameter of type
ExtendedState
, Map
if map argument itself is annotated
with EventHeaders
, StateMachine
, Message
or Exception
.
Return value can be anything and is effectively discarded.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
event
The events.
|