Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.applicationblocks.commons.broker.Subscriber

Packages that use Subscriber
com.genesyslab.platform.applicationblocks.com   
com.genesyslab.platform.applicationblocks.com.cache   
com.genesyslab.platform.applicationblocks.commons.broker   
com.genesyslab.platform.apptemplate.application This package provides helper components for connectivity with Genesys Configuration Framework. 
com.genesyslab.platform.apptemplate.log4j2 This package contains a set of AppTemplate classes related to Log4j v2 support. 
 

Uses of Subscriber in com.genesyslab.platform.applicationblocks.com
 

Methods in com.genesyslab.platform.applicationblocks.com with parameters of type Subscriber
 void ConfService.register(Subscriber<ConfEvent> subscriber)
          Registers custom handler for ConfigurationEvent's handling.
 void ConfService.unregister(Subscriber<ConfEvent> subscriber)
          Unregisters custom ConfigurationEvent's handler.
 

Uses of Subscriber in com.genesyslab.platform.applicationblocks.com.cache
 

Subinterfaces of Subscriber in com.genesyslab.platform.applicationblocks.com.cache
 interface IConfCache
          Interface for the configuration object cache.
 

Classes in com.genesyslab.platform.applicationblocks.com.cache that implement Subscriber
 class DefaultConfCache
          The default implementation of the configuration cache interface.
 

Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type Subscriber
 void DefaultConfCache.register(Subscriber<ConfCacheEvent> subscriber)
          Registers a subscriber object for receiving notifications from the cache.
 void DefaultConfCache.unregister(Subscriber<ConfCacheEvent> subscriber)
          Unregisters the subscriber from event notifications.
 

Uses of Subscriber in com.genesyslab.platform.applicationblocks.commons.broker
 

Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type Subscriber
protected  void BrokerServiceBase.onNotificationException(Subscriber<T> subscriber, java.lang.Exception e)
          Deprecated. Allows to handle exceptions thrown by subscribers' publishing event processing methods.
 void BrokerServiceBase.register(Subscriber<T> subscriber)
          Deprecated. Registers a subscriber for notifications about and processing of publishing events.
 void SubscriptionService.register(Subscriber<T> subscriber)
          Registers a subscriber for notifications about publishing event.
 void BrokerServiceBase.unregister(Subscriber<T> subscriber)
          Deprecated. Unregisters a subscriber from notifications about publishing activities.
 void SubscriptionService.unregister(Subscriber<T> subscriber)
          Unregisters a subscriber from notifications about publishing activities.
 

Method parameters in com.genesyslab.platform.applicationblocks.commons.broker with type arguments of type Subscriber
protected  void BrokerServiceBase.switchSubscribersList(java.util.List<Subscriber<T>> newList)
          Deprecated. It is sometimes needed to switch the type of the list holding subscribers.
 

Uses of Subscriber in com.genesyslab.platform.apptemplate.application
 

Classes in com.genesyslab.platform.apptemplate.application that implement Subscriber
 class GFAppCfgEventListener
           
 class GFAppCfgLogOptionsEventListener
          Abstract base class for appliance and update of the application logging framework configuration by incoming application configuration from the application configuration manager (GFApplicationConfigurationManager).
 class GFAppCfgOptionsEventListener
           
 

Methods in com.genesyslab.platform.apptemplate.application with parameters of type Subscriber
 void GFApplicationConfigurationManager.register(Subscriber<GFAppCfgEvent> subscriber)
           
 void GFApplicationConfigurationManager.unregister(Subscriber<GFAppCfgEvent> subscriber)
           
 

Uses of Subscriber in com.genesyslab.platform.apptemplate.log4j2
 

Classes in com.genesyslab.platform.apptemplate.log4j2 that implement Subscriber
 class GFAppLog4j2Updater
          Application logging configuration applier/updater for Log4j2.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.