Interface ServerReflection

All Superinterfaces:
MutinyService
All Known Implementing Classes:
ServerReflectionClient

@Generated(value="by Mutiny Grpc generator", comments="Source: reflection/v1/reflection.proto") public interface ServerReflection extends MutinyService
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Multi<ServerReflectionResponse>
    serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request)
    The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
  • Method Details

    • serverReflectionInfo

      io.smallrye.mutiny.Multi<ServerReflectionResponse> serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request)
        The reflection service is structured as a bidirectional stream, ensuring
        all related requests go to a single server.