Interface ClusterClientServiceLoader

    • Method Detail

      • getClusterClientFactory

        <ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory​(Configuration configuration)
        Discovers the appropriate ClusterClientFactory based on the provided configuration.
        Parameters:
        configuration - the configuration based on which the appropriate factory is going to be used.
        Returns:
        the appropriate ClusterClientFactory.
      • getApplicationModeTargetNames

        Stream<String> getApplicationModeTargetNames()
        Loads and returns a stream of the names of all available execution target names for Application Mode.