Class SubscriptionManagerConfig
java.lang.Object
org.duracloud.common.changenotifier.config.SubscriptionManagerConfig
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubscriptionManager(org.duracloud.account.db.repo.GlobalPropertiesRepo globalPropertiesRepo, List<AccountComponentCache<?>> componentCaches, String appName)
-
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)
-