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 Type
    Method
    Description
    void
    onEvent(BusinessEvent businessEvent)
    Handle a business event.
  • Method Details

    • onEvent

      void onEvent(BusinessEvent businessEvent) throws oracle.fabric.common.FabricInvocationException
      Handle a business event.
      Parameters:
      businessEvent - The event to be handled
      Throws:
      oracle.fabric.common.FabricInvocationException - If it fails to process the received event.