Uses of Annotation Interface
io.stargate.sgv2.api.common.grpc.qualifier.Retriable
Packages that use Retriable
-
Uses of Retriable in io.stargate.sgv2.api.common
Constructor parameters in io.stargate.sgv2.api.common with annotations of type RetriableModifierConstructorDescriptionStargateRequestInfo(io.vertx.ext.web.RoutingContext routingContext, javax.ws.rs.core.SecurityContext securityContext, RetriableStargateBridge bridge, javax.enterprise.inject.Instance<TenantResolver> tenantResolver, javax.enterprise.inject.Instance<CassandraTokenResolver> tokenResolver) -
Uses of Retriable in io.stargate.sgv2.api.common.grpc
Classes in io.stargate.sgv2.api.common.grpc with annotations of type RetriableModifier and TypeClassDescriptionclassAn implementation of theStargateBridgethat executes retries based on the GrpcConfig.Retries configuration.