org.mule.api.processor
Class NamedStageNameSource
java.lang.Object
org.mule.api.processor.NamedStageNameSource
- All Implemented Interfaces:
- StageNameSource
public class NamedStageNameSource
- extends Object
- implements StageNameSource
- Since:
- 3.5.0
|
Method Summary |
String |
getName()
Generates the name for a staged queue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedStageNameSource
public NamedStageNameSource(String ownerName,
String stageName)
getName
public String getName()
- Description copied from interface:
StageNameSource
- Generates the name for a staged queue. Subsequent invocations
to this method are not required to consistently return the same value
- Specified by:
getName in interface StageNameSource
- Returns:
- a
String
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.