Interface CloudFunctionProvider

All Known Implementing Classes:
SpringCloudFunctionProvider

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

    Modifier and Type
    Method
    Description
    getRouterOperations(io.swagger.v3.oas.models.OpenAPI openAPI)
    Gets router operations.
  • Method Details

    • getRouterOperations

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