Interface GrpcConfig
@ConfigMapping(prefix="stargate.grpc")
public interface GrpcConfig
Configuration for the gRPC calls to the Bridge.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
callDeadline
- Returns:
- Optional deadline duration for the each RPC to the bridge. Defaults to 30 seconds.
-
retries
- Returns:
- Defines retry strategy for bridge calls when using
RetriableStargateBridge.
-