Response Producer
interface ResponseProducer
Content copied to clipboard
Common interface of all Response producing entities
Functions
canHandleRequest
Link copied to clipboard
produceResponse
Link copied to clipboard
abstract suspend fun produceResponse(request: Metador.Request): Result<Map<String, String>, Throwable>
Content copied to clipboard