@Component
public class ReceiverExecutor
extends java.lang.Object
| Constructor and Description |
|---|
ReceiverExecutor(DomainKernel domainKernel,
NotificationKernel notificationKernel,
ExecutionManager executionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Allows for direct execution of the receiver
|
protected void |
executeAllDomains() |
protected void |
executeAllReceivers(org.tiogasolutions.notify.pub.domain.DomainProfile domainProfile) |
ReceiverExecutorStatus |
getExecutorStatus() |
void |
start() |
void |
stop() |
@Autowired public ReceiverExecutor(DomainKernel domainKernel, NotificationKernel notificationKernel, ExecutionManager executionManager)
public ReceiverExecutorStatus getExecutorStatus()
public void start()
public void stop()
public void execute()
protected void executeAllDomains()
protected void executeAllReceivers(org.tiogasolutions.notify.pub.domain.DomainProfile domainProfile)