Package io.quarkus.grpc.runtime.config
Class StorkConfig
java.lang.Object
io.quarkus.grpc.runtime.config.StorkConfig
Stork config for new Vert.x gRPC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
threads
Number of threads on a delayed gRPC ClientCall -
deadline
Deadline in milliseconds of delayed gRPC call -
retries
Number of retries on a gRPC ClientCall -
delay
Initial delay in seconds on refresh check -
period
Refresh period in seconds
-
-
Constructor Details
-
StorkConfig
public StorkConfig()
-