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

com.bybutter.sisyphus.starter.grpc.transcoding.TranscodingHeaderExporter.kt Maven / Gradle / Ivy

package com.bybutter.sisyphus.starter.grpc.transcoding

import io.grpc.Metadata
import org.springframework.web.reactive.function.server.ServerRequest

interface TranscodingHeaderExporter {
    fun export(
        request: ServerRequest,
        metadata: Metadata,
    )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy