Package io.micronaut.protobuf.json.registry
package io.micronaut.protobuf.json.registry
-
ClassesClassDescriptionThe
GrpcServiceRegistrar
is responsible for processing methods annotated with@GrpcRestJsonExposed
during application startup and registering them with theGrpcServiceRegistry
.A class responsible for maintaining a registry of gRPC service methods, enabling them to be exposed and invoked via JSON over REST.