public interface HandlerFactory
Modifier and Type | Method and Description |
---|---|
Handler |
create(LaunchConfig launchConfig)
Creates a handler from the given launch config.
|
Handler create(LaunchConfig launchConfig) throws Exception
launchConfig
- The application launch configException
- any if the handler cannot be created