Package oracle.fabric.blocks.event
Interface BusinessEventHandler
public interface BusinessEventHandler
Event Handler for BusinessEvents. This is typically implemented by remote
EDN event subscriber to handle business event received.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEvent
(BusinessEvent businessEvent) Handle a business event.
-
Method Details
-
onEvent
Handle a business event.- Parameters:
businessEvent
- The event to be handled- Throws:
oracle.fabric.common.FabricInvocationException
- If it fails to process the received event.
-