added interface

This commit is contained in:
Francesco Mangiacrapa 2024-04-12 15:37:02 +02:00
parent 2f6c1d8ad6
commit c8785efb0c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package org.gcube.application.geoportal.common.model.rest;
public interface StepExecutionInterface {
String getStepID();
String getMessage();
}