Package io.quarkus.grpc
Interface MutinyClient<T extends io.grpc.stub.AbstractStub<T>>
public interface MutinyClient<T extends io.grpc.stub.AbstractStub<T>>
Represents a convenient Mutiny client generated for a gRPC service.
-
Method Summary
-
Method Details
-
getStub
T getStub()- Returns:
- the underlying stub
-
newInstanceWithStub
-