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

com.bybutter.sisyphus.starter.grpc.openapi.ApiDocInterceptor.kt Maven / Gradle / Ivy

package com.bybutter.sisyphus.starter.grpc.openapi

import io.swagger.v3.oas.models.OpenAPI
import org.springframework.web.reactive.function.server.ServerRequest

interface ApiDocInterceptor {
    fun intercept(request: ServerRequest, openAPI: OpenAPI)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy