public interface IProcess
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IMessageCollector processMonitor,
ICanceler canceler,
IProcessIdentfier processIdentfier) |
default long |
getDelay(TimeUnit unit) |
String |
getDescription() |
String |
getQueueName() |
boolean |
isCancelable() |
default boolean |
isPeriodic() |
void execute(IMessageCollector processMonitor, ICanceler canceler, IProcessIdentfier processIdentfier) throws InterruptedException
InterruptedExceptionString getDescription()
String getQueueName()
boolean isCancelable()
default long getDelay(TimeUnit unit)
default boolean isPeriodic()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.