Class CamundaBpmRestJerseyAutoConfiguration
java.lang.Object
org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestJerseyAutoConfiguration
@AutoConfiguration
@AutoConfigureAfter(CamundaBpmAutoConfiguration.class)
@ConditionalOnClass({org.glassfish.jersey.server.ResourceConfig.class,org.glassfish.jersey.servlet.ServletContainer.class,jakarta.ws.rs.ApplicationPath.class})
public class CamundaBpmRestJerseyAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncamundaBpmRestInitializer(CamundaJerseyResourceConfig resourceConfig, CamundaBpmProperties props, String jerseyPath) org.springframework.boot.web.servlet.ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer>camundaJerseyServlet(CamundaJerseyResourceConfig rc, String jerseyPath) org.springframework.boot.web.servlet.ServletListenerRegistrationBean<FetchAndLockContextListener>
-
Constructor Details
-
CamundaBpmRestJerseyAutoConfiguration
public CamundaBpmRestJerseyAutoConfiguration()
-
-
Method Details
-
createRestConfig
@Bean @ConditionalOnMissingBean(CamundaJerseyResourceConfig.class) public CamundaJerseyResourceConfig createRestConfig() -
getFetchAndLockContextListener
-
camundaBpmRestInitializer
@Bean public CamundaBpmRestInitializer camundaBpmRestInitializer(CamundaJerseyResourceConfig resourceConfig, CamundaBpmProperties props, @Value("${spring.jersey.application-path:/engine-rest}") String jerseyPath) -
camundaJerseyServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> camundaJerseyServlet(CamundaJerseyResourceConfig rc, @Value("${spring.jersey.application-path:/engine-rest}") String jerseyPath) -
fetchAndLockListenerRegistration
@Bean public org.springframework.boot.web.servlet.ServletListenerRegistrationBean<FetchAndLockContextListener> fetchAndLockListenerRegistration(FetchAndLockContextListener listener)
-