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

JavaVertXWebServer.api.mustache Maven / Gradle / Ivy

package {{package}};

{{#imports}}import {{import}};
{{/imports}}

import {{invokerPackage}}.ApiResponse;

import io.reactivex.Single;

import java.util.List;
import java.util.Map;

public interface {{classname}}  {
{{#operations}}
{{#operation}}
    Single> {{operationId}}({{#allParams}}{{{dataType}}} {{paramName}}{{#hasMore}},{{/hasMore}}{{/allParams}});
{{/operation}}
{{/operations}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy