Interface ComponentInstanceManualUserNotification

    • Method Detail

      • get

        static Optional<ComponentInstanceManualUserNotification> get​(String componentNameOrInstanceId)
        Gets the implementation of this interface with the qualified name guessed from the given component instance identifier.
        Parameters:
        componentNameOrInstanceId - the component instance identifier or component name from which the qualified name of the implementation is guessed.
        Returns:
        an optional implementation of this interface.