org.springframework.boot.context.embedded.undertow

Interface UndertowDeploymentInfoCustomizer



  • public interface UndertowDeploymentInfoCustomizer
    Callback interface that can be used to customize an Undertow DeploymentInfo.
    Since:
    1.2.0
    Author:
    Phillip Webb
    See Also:
    UndertowEmbeddedServletContainerFactory
    • Method Detail

      • customize

        void customize(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
        Customize the deployment info.
        Parameters:
        deploymentInfo - the DeploymentInfo to customize

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.