Class SubscriptionManagerConfig

java.lang.Object
org.duracloud.common.changenotifier.config.SubscriptionManagerConfig

@Configuration public class SubscriptionManagerConfig extends Object
Author:
Daniel Bernstein
  • Constructor Details

    • SubscriptionManagerConfig

      public SubscriptionManagerConfig()
  • Method Details

    • subscriptionManager

      @Bean(destroyMethod="disconnect", initMethod="connect") public SubscriptionManager subscriptionManager(org.duracloud.account.db.repo.GlobalPropertiesRepo globalPropertiesRepo, List<AccountComponentCache<?>> componentCaches, String appName)