public class MessagingConfiguration extends Object
| Constructor and Description |
|---|
MessagingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsoftware.elasticactors.messaging.MessageQueueFactory |
getLocalMessageQueueFactory() |
org.elasticsoftware.elasticactors.messaging.MessagingService |
getMessagingService() |
org.elasticsoftware.elasticactors.messaging.MessageQueueFactory |
getRemoteMessageQueueFactory() |
void |
init() |
@PostConstruct public void init()
@Bean(name="messagingService") public org.elasticsoftware.elasticactors.messaging.MessagingService getMessagingService()
@Bean(name="localMessageQueueFactory") public org.elasticsoftware.elasticactors.messaging.MessageQueueFactory getLocalMessageQueueFactory()
@Bean(name="remoteMessageQueueFactory") public org.elasticsoftware.elasticactors.messaging.MessageQueueFactory getRemoteMessageQueueFactory()
Copyright © 2021. All rights reserved.