public interface ObjectStore<T>
Modifier and Type | Method and Description |
---|---|
void |
add(String correlationKey,
T object)
Adds new object with correlation key.
|
T |
remove(String correlationKey)
Removes object with correlation key.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.