Package | Description |
---|---|
com.consol.citrus.channel | |
com.consol.citrus.message.correlation |
Modifier and Type | Method and Description |
---|---|
CorrelationManager<Message> |
ChannelSyncProducer.getCorrelationManager()
Gets the correlation manager.
|
CorrelationManager<org.springframework.messaging.MessageChannel> |
ChannelSyncConsumer.getCorrelationManager()
Gets the correlation manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelSyncProducer.setCorrelationManager(CorrelationManager<Message> correlationManager)
Sets the correlation manager.
|
void |
ChannelSyncConsumer.setCorrelationManager(CorrelationManager<org.springframework.messaging.MessageChannel> correlationManager)
Sets the correlation manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCorrelationManager<T>
Default correlation manager implementation works on simple in memory map for storing objects.
|
class |
PollingCorrelationManager<T>
Extension of default correlation manager adds polling mechanism for find operation on object store.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.