Interface BinaryServiceDescriptor.Provider<T>

    • Method Detail

      • resolve

        default Map.Entry<String,​String[]> resolve​(String parent,
                                                         String child)
        Description copied from interface: BinaryServiceDescriptor
        Resolves the dynamic name of the service using the specified segments.
        Specified by:
        resolve in interface BinaryServiceDescriptor<T>
        Parameters:
        parent - the first dynamic segment
        child - the second dynamic segment
        Returns:
        a tuple containing the resolved name and dynamic segments