Package net.devh.boot.grpc.common.codec
Interface GrpcCodecDiscoverer
- All Known Implementing Classes:
AnnotationGrpcCodecDiscoverer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for a bean that will be used to find grpc codecs.
-
Method Summary
Modifier and TypeMethodDescriptionFind the grpc codecs that should uses by the client/server.
-
Method Details
-
findGrpcCodecs
Collection<GrpcCodecDefinition> findGrpcCodecs()Find the grpc codecs that should uses by the client/server.- Returns:
- The grpc codecs that should be provided. Never null.
-