Annotation Type AfterAlertAccept
-
@Target(METHOD) @Retention(RUNTIME) public @interface AfterAlertAcceptAdd this annotation on a method to register it inEventsRegistry.Can be used in test adapter and component.
Parameters from
AlertListenerwill be injected in the method based on parameters types.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvaluePriority of the method.
-