public interface BusinessEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(BusinessEvent businessEvent)
Handle a business event.
|
void onEvent(BusinessEvent businessEvent) throws oracle.fabric.common.FabricInvocationException
businessEvent - The event to be handledoracle.fabric.common.FabricInvocationException - If it fails to process the received event.