
com.github.ywilkof.sparkrestclient.interfaces.SparkPropertiesSpecification Maven / Gradle / Ivy
package com.github.ywilkof.sparkrestclient.interfaces;
import com.github.ywilkof.sparkrestclient.FailedSparkRequestException;
/**
* Created by yonatan on 17.10.15.
*/
public interface SparkPropertiesSpecification {
SparkPropertiesSpecification put(String sparkProperty, String value);
String submit() throws FailedSparkRequestException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy