Interface ConfiguredLaunchableFactory<T,S>

Type Parameters:
T - The type of the Launchable.
S - The type of config.

public interface ConfiguredLaunchableFactory<T,S>
Defines a factory for creating Launchable objects from a config object.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
  • Method Summary

    Modifier and Type
    Method
    Description
    create(S config)
    Creates a Launchable.