Uses of Interface
ir.a2mo.sdk.sample.server.api.controller.CustomServerRestController
-
Packages that use CustomServerRestController Package Description ir.a2mo.sdk.sample.server.api.config.feign -
-
Uses of CustomServerRestController in ir.a2mo.sdk.sample.server.api.config.feign
Methods in ir.a2mo.sdk.sample.server.api.config.feign that return CustomServerRestController Modifier and Type Method Description CustomServerRestControllerCustomServerFeignConfig. clientServerRestController(CustomServerClientConfig customServerClientConfig, feign.Client feignClient, feign.Request.Options options, java.util.List<feign.RequestInterceptor> requestInterceptors, feign.Contract feignContract, feign.codec.Decoder springDecoder, feign.codec.Encoder feignFormEncoder, feign.Retryer retryer, feign.Logger.Level logLevel, ir.a2mo.sdk.autoconfigure.impl.feign.CustomErrorDecoder customErrorDecoder)
-