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
Modifier and TypeMethodDescriptionio.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 Details
-
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.
-