Interface EventHandler<E extends ArkEvent>
- All Superinterfaces:
PriorityOrdered
- Since:
- 0.4.0
- Author:
- qilong.zql
-
Field Summary
Fields inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(E event) Called by theEventAdminServiceservice to notify the listener of an event.Methods inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
getPriority
-
Method Details
-
handleEvent
Called by theEventAdminServiceservice to notify the listener of an event.- Parameters:
event- The event that occurred.
-