@java.lang.FunctionalInterface public interface UndertowBuilderCustomizer
Callback interface that can be used to customize an Undertow Builder.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
customize(io.undertow.Undertow$Builder builder)Customize the builder. |