- All Known Implementing Classes:
AbstractProcess,CancelerProcess,DummyProcess
public interface IProcess
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessBuilderbuilder()voidexecute(IMessageCollector processMonitor, ICanceler canceler, IProcessIdentfier processIdentfier) default longbooleandefault boolean
-
Method Details
-
execute
void execute(IMessageCollector processMonitor, ICanceler canceler, IProcessIdentfier processIdentfier) throws CanceledException - Throws:
CanceledException
-
getDescription
String getDescription() -
getQueueName
String getQueueName() -
isCancelable
boolean isCancelable() -
getDelay
-
isPeriodic
default boolean isPeriodic() -
builder
-