org.mule.api.processor
Interface StageNameSourceProvider

All Known Implementing Classes:
Flow

public interface StageNameSourceProvider

This interface defines a contract for a component able to name staged queues through a StageNameSource implementation

Since:
3.5.0

Method Summary
 StageNameSource getAsyncStageNameSource()
          Provides a StageNameSource
 StageNameSource getAsyncStageNameSource(String asyncName)
          Returns a StageNameSource that takes the given paramter into consideration when generating the name
 

Method Detail

getAsyncStageNameSource

StageNameSource getAsyncStageNameSource()
Provides a StageNameSource

Returns:
a StageNameSource

getAsyncStageNameSource

StageNameSource getAsyncStageNameSource(String asyncName)
Returns a StageNameSource that takes the given paramter into consideration when generating the name

Parameters:
asyncName - a name to be consider when building the final name
Returns:
a StageNameSource


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.