public static class

PublisherHandler.DistributeContentRetryCallback

extends Object
implements RetryCallback
java.lang.Object
   ↳ org.mule.module.pubsubhubbub.handler.PublisherHandler.DistributeContentRetryCallback
Known Direct Subclasses

Summary

Fields
private static final Log LOG
protected final PublisherHandler.ContentDistributionContext contentDistributionContext
private final DataStore dataStore
private final MuleContext muleContext
Protected Constructors
PublisherHandler.DistributeContentRetryCallback(MuleContext muleContext, DataStore dataStore, PublisherHandler.ContentDistributionContext contentDistributionContext)
Public Methods
void doWork(RetryContext context)
String getWorkDescription()
Protected Methods
void addHeaders(Map<String, String> headers)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.api.retry.RetryCallback

Fields

private static final Log LOG

protected final PublisherHandler.ContentDistributionContext contentDistributionContext

private final DataStore dataStore

private final MuleContext muleContext

Protected Constructors

protected PublisherHandler.DistributeContentRetryCallback (MuleContext muleContext, DataStore dataStore, PublisherHandler.ContentDistributionContext contentDistributionContext)

Parameters
muleContext
dataStore
contentDistributionContext

Public Methods

public void doWork (RetryContext context)

Parameters
context
Throws
Exception

public String getWorkDescription ()

Protected Methods

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

Parameters
headers