Class FeelConfiguration

java.lang.Object
io.camunda.connector.runtime.inbound.feel.FeelConfiguration

@Configuration public class FeelConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.camunda.connector.runtime.util.feel.FeelEngineWrapper
    Provides a FeelEngineWrapper unless already present in the Spring Context (as also used by other applications - as soon as we switch to use the one from util

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeelConfiguration

      public FeelConfiguration()
  • Method Details

    • feelEngine

      @Bean @ConditionalOnMissingBean(io.camunda.connector.runtime.util.feel.FeelEngineWrapper.class) public io.camunda.connector.runtime.util.feel.FeelEngineWrapper feelEngine()
      Provides a FeelEngineWrapper unless already present in the Spring Context (as also used by other applications - as soon as we switch to use the one from util