Package io.camunda.zeebe.gateway
Class GatewaySpringServerCustomizer
- java.lang.Object
-
- io.camunda.zeebe.gateway.GatewaySpringServerCustomizer
-
- All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
@Component public class GatewaySpringServerCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
-
-
Constructor Summary
Constructors Constructor Description GatewaySpringServerCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory server)
-
-
-
Method Detail
-
customize
public void customize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory server)
- Specified by:
customizein interfaceorg.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
-
-