org.camunda.feel.playground.sevice.TrackingService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of feel-scala-playground Show documentation
Show all versions of feel-scala-playground Show documentation
The API for the FEEL-Scala Playground
package org.camunda.feel.playground.sevice;
import java.util.Map;
public interface TrackingService {
void trackExpressionEvaluation(Map metadata);
void trackUnaryTestsExpressionEvaluation(Map metadata);
}