Class FeelConfiguration
java.lang.Object
io.camunda.connector.runtime.inbound.feel.FeelConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.connector.runtime.util.feel.FeelEngineWrapperProvides aFeelEngineWrapperunless already present in the Spring Context (as also used by other applications - as soon as we switch to use the one from util
-
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 aFeelEngineWrapperunless already present in the Spring Context (as also used by other applications - as soon as we switch to use the one from util
-