Klasse AdapterAwareProcessServiceConfiguration

java.lang.Object
io.vanillabp.springboot.adapter.AdapterAwareProcessServiceConfiguration

@EnableConfigurationProperties(VanillaBpProperties.class) public class AdapterAwareProcessServiceConfiguration extends Object
  • Konstruktordetails

    • AdapterAwareProcessServiceConfiguration

      public AdapterAwareProcessServiceConfiguration()
  • Methodendetails

    • vanillaBpConnectableServices

      @Bean public Map<Class<?>,AdapterAwareProcessService<?>> vanillaBpConnectableServices()
    • adapterAwareProcessService

      @Bean @Primary @Scope("prototype") public <DE> io.vanillabp.spi.process.ProcessService<?> adapterAwareProcessService(SpringDataUtil springDataUtil, org.springframework.beans.factory.InjectionPoint injectionPoint)