Interface EmbeddedProcessBootstrap


  • public interface EmbeddedProcessBootstrap
    Service interface that standalone server or host controller bootstrap logic can implement to allow their type of process to be bootstrapped in an embedded environment.
    • Method Detail

      • startup

        BootstrappedEmbeddedProcess startup​(EmbeddedProcessBootstrapConfiguration configuration)
                                     throws Exception
        Bootstraps an embedded process based on the provided configuration.
        Parameters:
        configuration - configuration for the bootstrap. Cannot be null.
        Returns:
        container object providing the embedding code access to items needed to manage the embedded process
        Throws:
        Exception - if one occurs while bootstrapping the process.