public static final class

PublisherHandler.DistributeAuthenticatedContentRetryCallback

extends PublisherHandler.DistributeContentRetryCallback
java.lang.Object
   ↳ org.mule.module.pubsubhubbub.handler.PublisherHandler.DistributeContentRetryCallback
     ↳ org.mule.module.pubsubhubbub.handler.PublisherHandler.DistributeAuthenticatedContentRetryCallback

Summary

Fields
private final String signature
[Expand]
Inherited Fields
From class org.mule.module.pubsubhubbub.handler.PublisherHandler.DistributeContentRetryCallback
Protected Constructors
PublisherHandler.DistributeAuthenticatedContentRetryCallback(MuleContext muleContext, DataStore dataStore, PublisherHandler.ContentDistributionContext contentDistributionContext, byte[] secret)
Protected Methods
void addHeaders(Map<String, String> headers)
[Expand]
Inherited Methods
From class org.mule.module.pubsubhubbub.handler.PublisherHandler.DistributeContentRetryCallback
From class java.lang.Object
From interface org.mule.api.retry.RetryCallback

Fields

private final String signature

Protected Constructors

protected PublisherHandler.DistributeAuthenticatedContentRetryCallback (MuleContext muleContext, DataStore dataStore, PublisherHandler.ContentDistributionContext contentDistributionContext, byte[] secret)

Parameters
muleContext
dataStore
contentDistributionContext
secret
Throws
Exception

Protected Methods

protected void addHeaders (Map<String, String> headers)

Parameters
headers