|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataPersister | |
---|---|
org.springframework.integration.context | |
org.springframework.integration.context.metadata |
Uses of MetadataPersister in org.springframework.integration.context |
---|
Methods in org.springframework.integration.context that return MetadataPersister | |
---|---|
static MetadataPersister |
IntegrationContextUtils.getMetadataPersister(BeanFactory beanFactory)
|
protected MetadataPersister |
IntegrationObjectSupport.getRequiredMetadataPersister()
|
Uses of MetadataPersister in org.springframework.integration.context.metadata |
---|
Classes in org.springframework.integration.context.metadata that implement MetadataPersister | |
---|---|
class |
MapBasedMetadataPersister<T>
Simple in-memory implementation of teh MetadataPersister
interface suitable for the use cases where it's assured that component only needs ephemeral metadata. |
class |
PropertiesBasedMetadataPersister
Implementation of MetadataPersister that knows how to write metadata
to a Properties instance. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |