@java.lang.FunctionalInterface public interface UndertowDeploymentInfoCustomizer
Callback interface that can be used to customize an Undertow DeploymentInfo.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
customize(DeploymentInfo deploymentInfo)Customize the deployment info. |
Customize the deployment info.
deploymentInfo - the DeploymentInfo to customize