Package grpc.reflection.v1alpha
Interface ServerReflection
-
- All Superinterfaces:
MutinyService
- All Known Implementing Classes:
ServerReflectionClient
@Generated(value="by Mutiny Grpc generator", comments="Source: reflection/v1alpha/reflection.proto") public interface ServerReflection extends MutinyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-
-
-
Method Detail
-
serverReflectionInfo
io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse> serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request)
The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-
-