Interface CloudFunctionProvider

  • All Known Implementing Classes:
    SpringCloudFunctionProvider

    public interface CloudFunctionProvider
    The interface Spring cloud function provider.
    Author:
    bnasslahsen
    • Method Detail

      • getRouterOperations

        List<RouterOperation> getRouterOperations​(io.swagger.v3.oas.models.OpenAPI openAPI)
        Gets router operations.
        Parameters:
        openAPI - the open api
        Returns:
        the router operations