@ConsumerType
public interface AnalyserTask
Modifier and Type | Method and Description |
---|---|
void |
execute(AnalyserTaskContext ctx)
Execute the task.
|
default String |
getId()
A unique (short) ID.
|
default String |
getName()
A human readable name to identify the task.
|
default String getId()
default String getName()
void execute(AnalyserTaskContext ctx) throws Exception
ctx
- the task context.Exception
- when the task throws an exception.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.