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

Class EventBrokerDiscoveryService

java.lang.Object
com.sas.services.AbstractRemoteService
com.sas.services.events.discovery.EventBrokerDiscoveryService
All Implemented Interfaces:
com.sas.entities.EntityKeyInterface, EventBrokerDiscoveryServiceInterface, ServiceNotificationBroadcasterInterface, RemoteServiceInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public class EventBrokerDiscoveryService extends AbstractRemoteService implements EventBrokerDiscoveryServiceInterface
Deprecated.
As of release 9.3, replaced by SAS Midtier Eventing Architecture.
The Event Broker Discovery Service acts an integration point into the EventBroker Service. It can be used to locate available event brokers that have been deployed via the Foundation Service deployment framework or as standalone applications.
Since:
1.0
  • Constructor Details

    • EventBrokerDiscoveryService

      public EventBrokerDiscoveryService(DiscoveryServiceInterface discoveryService) throws RemoteException, ServiceException
      Deprecated.
      As of release 9.2, this class is no longer being supported.
      Constructs an Event Broker Discovery Service and registers it with the specified discovery service.
      Throws:
      ServiceException - if unable to construct an instance.
      RemoteException - if a network anomaly is encountered.
    • EventBrokerDiscoveryService

      @SASScope("ALL") @NeedsAPIReview public EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration) throws RemoteException, ServiceException
      Deprecated.
      As of release 9.2, this class is no longer being supported.
      Constructs an event broker discovery service based upon the specified service configuration.
      Parameters:
      serviceConfiguration - Service configuration.
      Throws:
      RemoteException - if a network anomaly occurs.
      ServiceException - if unable to configure the service using the specified service configuration.
    • EventBrokerDiscoveryService

      public EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws RemoteException, ServiceException
      Deprecated.
      As of release 9.2, this class is no longer being supported.
      Constructs an event broker discovery service based upon the specified service configuration.
      Parameters:
      serviceConfiguration - Service configuration.
      Throws:
      RemoteException - if a network anomaly occurs.
      ServiceException - if unable to configure the service using the specified service configuration.