Uses of Class
org.springframework.cloud.gateway.filter.factory.JsonToGrpcGatewayFilterFactory.Config
Packages that use JsonToGrpcGatewayFilterFactory.Config
-
Uses of JsonToGrpcGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
Subclasses with type arguments of type JsonToGrpcGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factoryModifier and TypeClassDescriptionclassThis filter takes a JSON payload, transform it into a protobuf object, send it to a given gRPC channel, and transform the response back to JSON.Methods in org.springframework.cloud.gateway.filter.factory that return JsonToGrpcGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionJsonToGrpcGatewayFilterFactory.Config.setProtoDescriptor(String protoDescriptor) JsonToGrpcGatewayFilterFactory.Config.setService(String service) Methods in org.springframework.cloud.gateway.filter.factory with parameters of type JsonToGrpcGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionJsonToGrpcGatewayFilterFactory.apply(JsonToGrpcGatewayFilterFactory.Config config)