@Configuration @Import(value=RabbitMqConfig.class) public class DirectAsyncGatewayConfig extends java.lang.Object
| Constructor and Description |
|---|
DirectAsyncGatewayConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.reactivecommons.async.impl.listeners.ApplicationReplyListener |
msgListener(org.reactivecommons.async.impl.reply.ReactiveReplyRouter router,
org.reactivecommons.async.impl.config.BrokerConfig config,
org.reactivecommons.async.impl.communications.ReactiveMessageListener listener) |
org.reactivecommons.async.impl.RabbitDirectAsyncGateway |
rabbitDirectAsyncGateway(org.reactivecommons.async.impl.config.BrokerConfig config,
org.reactivecommons.async.impl.reply.ReactiveReplyRouter router,
org.reactivecommons.async.impl.communications.ReactiveMessageSender rSender,
org.reactivecommons.async.impl.converters.MessageConverter converter) |
org.reactivecommons.async.impl.reply.ReactiveReplyRouter |
router() |
@Bean
public org.reactivecommons.async.impl.RabbitDirectAsyncGateway rabbitDirectAsyncGateway(org.reactivecommons.async.impl.config.BrokerConfig config,
org.reactivecommons.async.impl.reply.ReactiveReplyRouter router,
org.reactivecommons.async.impl.communications.ReactiveMessageSender rSender,
org.reactivecommons.async.impl.converters.MessageConverter converter)
throws java.lang.Exception
java.lang.Exception@Bean
public org.reactivecommons.async.impl.listeners.ApplicationReplyListener msgListener(org.reactivecommons.async.impl.reply.ReactiveReplyRouter router,
org.reactivecommons.async.impl.config.BrokerConfig config,
org.reactivecommons.async.impl.communications.ReactiveMessageListener listener)
@Bean public org.reactivecommons.async.impl.reply.ReactiveReplyRouter router()