public abstract class BaseProcessor extends Object implements Processor
| Constructor and Description |
|---|
BaseProcessor() |
| Modifier and Type | Method and Description |
|---|---|
RunPhase |
getRunPhase() |
void |
setRunPhase(RunPhase phase)
To be configured in a Spring application context.
|
public void setRunPhase(RunPhase phase)
setRunPhase in interface Processorphase - the Run Phase (Pre, Post, Both)public RunPhase getRunPhase()
getRunPhase in interface ProcessorCopyright © 2017. All rights reserved.