*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface EventResponseHandlerInterface

All Superinterfaces:
Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface EventResponseHandlerInterface extends Remote
Interface to handle event responses produced by the EventBroker Service.

Usage

This interface must be implemented by clients wishing to send asynchronous events. The EventBrokerService uses this interface to return responses.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleResponse(String response)
    RMI clients receive responses from asynchronous processing completed by the EventBroker Service.
  • Method Details

    • handleResponse

      void handleResponse(String response) throws RemoteException
      RMI clients receive responses from asynchronous processing completed by the EventBroker Service.
      Parameters:
      response - Response sent from an event broker.
      Throws:
      RemoteException - if a network anomaly occurs.