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

ai.stapi.graphsystem.commandvalidation.model.CommandValidator Maven / Gradle / Ivy

package ai.stapi.graphsystem.commandvalidation.model;

import ai.stapi.graphsystem.messaging.command.Command;
import java.util.List;

public interface CommandValidator {

  List validate(Command command);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy