All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.feel.playground.sevice.TrackingService Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package org.camunda.feel.playground.sevice;

import java.util.Map;

public interface TrackingService {

  void trackExpressionEvaluation(Map metadata);

  void trackUnaryTestsExpressionEvaluation(Map metadata);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy