Interface SubsystemResourceRegistration

    • Method Detail

      • getName

        default String getName()
        Returns the name of this subsystem.
        Returns:
        the name of this subsystem.
      • of

        static SubsystemResourceRegistration of​(String name)
        Creates a resource registration for the specified subsystem name.
        Parameters:
        name - a subsystem name
        Returns:
        a resource registration
      • of

        static SubsystemResourceRegistration of​(String name,
                                                Stability stability)
        Creates a new subsystem resource registration for the specified path and stability.
        Parameters:
        path - a path element
        stability - a stability level
        Returns:
        a resource registration