Class ReadAnnotationsAndProperties

    • Method Detail

      • getTimeoutNanos

        public com.google.common.base.Optional<Long> getTimeoutNanos​(Invocation in)
        Description copied from interface: InvocationConfig
        If this is present, Sync method calls will block up to the specified nanos and throw an UncheckedTimeoutException. If this is not present, Sync method calls will be invoked directly, typically through HttpCommandExecutorService#invoke.
        Specified by:
        getTimeoutNanos in interface InvocationConfig