@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface EventMapping
RequestMapping
public abstract String value
Typically the local name of the event, but fully qualified names with a "{...}" namespace part will be mapped correctly as well.
If not specified, the handler method will be invoked for any event request within its general mapping.
EventRequest.getEvent()
,
Event.getName()