Package | Description |
---|---|
com.consol.citrus.message.correlation |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectStore<T>
Default object store implementation works on simple in memory hash map.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore<T> |
DefaultCorrelationManager.getObjectStore() |
ObjectStore<T> |
CorrelationManager.getObjectStore()
Gets the object store implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCorrelationManager.setObjectStore(ObjectStore<T> store) |
void |
CorrelationManager.setObjectStore(ObjectStore<T> store)
Sets the object store implementation
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.