Interface ApplicationInstance

    • Method Detail

      • getName

        String getName()
        Returns the application name.
        Returns:
        application name, never null
      • getConfiguration

        Map<String,​Object> getConfiguration()
        Returns the application configuration at the time application is started.
        Returns:
        application configuration, never null
      • getId

        String getId()
        Returns the application instance id.
        Returns:
        The application instance id, never null
        Since:
        1.3.7