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.

@FunctionalInterface public interface GrpcCodecDiscoverer
An interface for a bean that will be used to find grpc codecs.
  • 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.