Class PubQueueProviderPublisher
java.lang.Object
org.apache.sling.distribution.journal.impl.publisher.PubQueueProviderPublisher
public class PubQueueProviderPublisher extends Object
Normally PubQueueProvider should be created per publish agent.
For compatibility with current code and to save on number of consumers
we must make sure to publish only one for the messaging based impl.
-
Constructor Summary
Constructors Constructor Description PubQueueProviderPublisher() -
Method Summary
Modifier and Type Method Description voidactivate(org.osgi.framework.BundleContext context)voiddeactivate()
-
Constructor Details
-
PubQueueProviderPublisher
public PubQueueProviderPublisher()
-
-
Method Details
-
activate
public void activate(org.osgi.framework.BundleContext context) -
deactivate
public void deactivate()
-