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

org.pipservices3.rpc.services.ISwaggerService Maven / Gradle / Ivy

The newest version!
package org.pipservices3.rpc.services;

/**
 * Interface to perform Swagger registrations.
 */
public interface ISwaggerService {
    /**
     * Perform required Swagger registration steps.
     */
    void registerOpenApiSpec(String baseRoute, String swaggerRoute);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy