@Configuration @EnableIntegration @Import(value=EventAdaptorConfiguration.class) public class EventManagerConfigration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_MANAGER_REQUEST_CHANNEL |
static String |
EVENT_MANAGER_RESPONSE_CHANNEL |
| Constructor and Description |
|---|
EventManagerConfigration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.MessageHandler |
distributor() |
EventMessageSender |
eventMessageSender() |
org.springframework.messaging.MessageHandler |
gatherer() |
org.springframework.integration.core.AsyncMessagingTemplate |
inputMessagingTemplate() |
MonitorRegistry |
monitorRegistry() |
org.springframework.integration.channel.QueueChannel |
noInterestedMonitorsQueueChannel() |
org.springframework.integration.handler.ServiceActivatingHandler |
noInterestedMonitorsServiceActivatingHandler(Executor executor,
org.springframework.scheduling.TaskScheduler taskScheduler,
org.springframework.context.ConfigurableApplicationContext configurableApplicationContext) |
CustomRecipientListRouter |
recipientListRouter() |
org.springframework.messaging.MessageHandler |
scatterGatherDistribution() |
public static final String EVENT_MANAGER_REQUEST_CHANNEL
public static final String EVENT_MANAGER_RESPONSE_CHANNEL
@Bean @ServiceActivator(inputChannel="eventManagerRequestChannel") public org.springframework.messaging.MessageHandler scatterGatherDistribution()
@Bean public org.springframework.messaging.MessageHandler distributor()
public CustomRecipientListRouter recipientListRouter()
@Bean public org.springframework.integration.core.AsyncMessagingTemplate inputMessagingTemplate()
@Bean public EventMessageSender eventMessageSender()
@Bean public org.springframework.messaging.MessageHandler gatherer()
@Bean public MonitorRegistry monitorRegistry()
@Bean public org.springframework.integration.channel.QueueChannel noInterestedMonitorsQueueChannel()
@Bean public org.springframework.integration.handler.ServiceActivatingHandler noInterestedMonitorsServiceActivatingHandler(Executor executor, org.springframework.scheduling.TaskScheduler taskScheduler, org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.