public class NamespaceDelegatingMetadataStore
extends java.lang.Object
implements org.springframework.integration.metadata.MetadataStore
MetadataStore and adds a prefix to all the handled keys.
Useful for sharing the same MetadataStore or underlying location without interference
between clients.| Constructor and Description |
|---|
NamespaceDelegatingMetadataStore(org.springframework.integration.metadata.MetadataStore delegate,
java.lang.String namespace) |
public NamespaceDelegatingMetadataStore(org.springframework.integration.metadata.MetadataStore delegate,
java.lang.String namespace)
public void put(java.lang.String key,
java.lang.String value)
put in interface org.springframework.integration.metadata.MetadataStore@ManagedAttribute public java.lang.String get(java.lang.String key)
get in interface org.springframework.integration.metadata.MetadataStore@ManagedAttribute public java.lang.String remove(java.lang.String key)
remove in interface org.springframework.integration.metadata.MetadataStore