JavaScript is disabled on your browser.
Quarkus - gRPC - Deployment 1.13.4.Final
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.grpc.deployment.BindableServiceBuildItem
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
registerBlockingMethod
public void registerBlockingMethod(String method)
A method from serviceClass is annotated with Blocking.
Stores the method name so the runtime interceptor can recognize it.
Note: gRPC method have unique names - overloading is not permitted.
Parameters:
method - the method name
Quarkus - gRPC - Deployment 1.13.4.Final
Copyright © 2021 JBoss by Red Hat . All rights reserved.