Class CrdbTransactionRetryInterceptor

    • Field Detail

      • retries

        protected int retries
    • Constructor Detail

      • CrdbTransactionRetryInterceptor

        public CrdbTransactionRetryInterceptor​(int retries)
    • Method Detail

      • execute

        public <T> T execute​(Command<T> command)
      • isRetryable

        protected boolean isRetryable​(Command<?> command)