org.mule.api.processor
Interface StageNameSource

All Known Subinterfaces:
ProcessingStrategy.StageNameSource
All Known Implementing Classes:
NamedStageNameSource, SequentialStageNameSource

public interface StageNameSource

A component capable of generating names for staged queues. Subsequent invocations to getName() are not required to consistently return the same value. On the contrary, there cases in which implementations will need not to do that. Implementations of this interface should be thread-safe

Since:
3.5.0

Method Summary
 String getName()
          Generates the name for a staged queue.
 

Method Detail

getName

String getName()
Generates the name for a staged queue. Subsequent invocations to this method are not required to consistently return the same value

Returns:
a String


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