Class ConfigApplicationContainer

    • Constructor Detail

      • ConfigApplicationContainer

        protected ConfigApplicationContainer​(DeploymentContext deploymentContext)
    • Method Detail

      • start

        public boolean start​(ApplicationContext ctx)
                      throws Exception
        Description copied from interface: ApplicationContainer
        Starts an application container. ContractProvider starting should not throw an exception but rather should use their prefered Logger instance to log any issue they encounter while starting. Returning false from a start mean that the container failed to start
        Specified by:
        start in interface ApplicationContainer<Object>
        Overrides:
        start in class MicroProfileApplicationContainer
        Parameters:
        ctx - the start up context
        Returns:
        true if the container startup was successful.
        Throws:
        Exception - if this application container could not be started