Interface NamespaceBehaviour.Registry

    • Method Detail

      • getNamespaceBehaviour

        <K,​V,​N extends IdentifierNamespace<K,​V>> NamespaceBehaviour<K,​V,​N> getNamespaceBehaviour​(Class<N> type)
        Get a namespace behavior.
        Type Parameters:
        K - key type
        V - value type
        N - namespace type
        Parameters:
        type - Namespace type class
        Returns:
        Namespace behaviour
        Throws:
        NamespaceNotAvailableException - when the namespace is not available