| Package | Description |
|---|---|
| org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
| org.springframework.integration.store |
Provides classes releated to storing messages.
|
| org.springframework.integration.util |
Provides core utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCorrelatingMessageHandler.setLockRegistry(LockRegistry lockRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleMessageStore.setLockRegistry(LockRegistry lockRegistry) |
| Constructor and Description |
|---|
SimpleMessageStore(int individualCapacity,
int groupCapacity,
LockRegistry lockRegistry)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLockRegistry
Default implementation of
LockRegistry which uses Masked Hashcode algorithm to obtain locks. |
class |
PassThruLockRegistry
The
LockRegistry implementation which has no effect. |
| Constructor and Description |
|---|
WhileLockedProcessor(LockRegistry lockRegistry,
Object key) |
Copyright © 2016. All rights reserved.