Uses of Interface
com.sas.services.events.broker.EventBrokerServiceInterface
Packages that use EventBrokerServiceInterface
Package
Description
Broker events that are triggered by various transport protocols.
Locate event brokers.
-
Uses of EventBrokerServiceInterface in com.sas.services.events.broker
Classes in com.sas.services.events.broker that implement EventBrokerServiceInterfaceModifier and TypeClassDescriptionclassDeprecated.As of release 9.3, replaced by SAS Midtier Eventing Architecture.Methods in com.sas.services.events.broker that return EventBrokerServiceInterfaceModifier and TypeMethodDescriptionstatic final EventBrokerServiceInterfaceEventBrokerServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Instantiates a new Event Broker service initialized with the specified configuration.Constructors in com.sas.services.events.broker with parameters of type EventBrokerServiceInterfaceModifierConstructorDescriptionEventBrokerServiceProxy(EventBrokerServiceInterface eventBrokerService) Constructs a proxy to the specified event broker service. -
Uses of EventBrokerServiceInterface in com.sas.services.events.discovery
Methods in com.sas.services.events.discovery that return EventBrokerServiceInterfaceModifier and TypeMethodDescriptionEventBrokerDiscoveryServiceInterface.locateBroker(String eventName, int eventType) Deprecated.As of release 9.2, this class is no longer being supported.EventBrokerDiscoveryServiceProxy.locateBroker(String eventName, int eventType) Deprecated.As of release 9.2, this class is no longer being supported. -
Uses of EventBrokerServiceInterface in com.sas.services.webapp
Methods in com.sas.services.webapp that return EventBrokerServiceInterfaceModifier and TypeMethodDescriptionstatic EventBrokerServiceInterfaceServicesFacade.getRemoteEventBrokerService()NON CORE SERVICE