Package io.micronaut.protobuf.json
Class GrpcJsonConfiguration
java.lang.Object
io.micronaut.protobuf.json.GrpcJsonConfiguration
@ConfigurationProperties("micronaut.grpc.json")
@Requires(classes=GrpcProxyController.class)
public class GrpcJsonConfiguration
extends Object
Configuration properties for enabling and configuring the gRPC JSON proxy feature in a Micronaut application.
This configuration class enables support for exposing gRPC services via JSON endpoints by leveraging the
This class is marked as experimental and may change in future versions of the framework.
This configuration class enables support for exposing gRPC services via JSON endpoints by leveraging the
GrpcProxyController
. The configuration is activated only when the
GrpcProxyController
class is available in the classpath.
This class is marked as experimental and may change in future versions of the framework.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
GrpcJsonConfiguration
public GrpcJsonConfiguration()
-