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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetStub()MutinyClient<T>newInstanceWithStub(T stub)
-
-
-
Method Detail
-
getStub
T getStub()
- Returns:
- the underlying stub
-
newInstanceWithStub
MutinyClient<T> newInstanceWithStub(T stub)
-
-