Class CamelServletConfiguration
java.lang.Object
org.qubership.integration.platform.engine.configuration.camel.CamelServletConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBean<jakarta.servlet.Servlet> Alternative - camel autoconfigServletMappingAutoConfigurationorg.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizerorg.apache.camel.spi.ComponentCustomizerservletCustomComponentCustomizer(Optional<ContextPropsProvider> contextPropsProvider)
-
Field Details
-
CAMEL_SERVLET_NAME
- See Also:
-
CAMEL_ROUTES_PREFIX
- See Also:
-
-
Constructor Details
-
CamelServletConfiguration
public CamelServletConfiguration()
-
-
Method Details
-
camelServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<jakarta.servlet.Servlet> camelServlet()Alternative - camel autoconfigServletMappingAutoConfiguration -
connectorCustomizer
@Bean public org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer connectorCustomizer() -
servletCustomComponentCustomizer
@Bean public org.apache.camel.spi.ComponentCustomizer servletCustomComponentCustomizer(Optional<ContextPropsProvider> contextPropsProvider)
-