@FunctionalInterface
public static interface NamespacedHierarchicalStore.CloseAction<N>
NamespacedHierarchicalStore is
closed.| Modifier and Type | Method and Description |
|---|---|
void |
close(N namespace,
java.lang.Object key,
java.lang.Object value)
Close the supplied
value. |
void close(N namespace, java.lang.Object key, java.lang.Object value) throws java.lang.Throwable
value.namespace - the namespace; never nullkey - the key; never nullvalue - the value; never nulljava.lang.Throwable