Class SameThreadTimeoutInvocation<T>

    • Field Detail

      • executor

        private final java.util.concurrent.ScheduledExecutorService executor
      • descriptionSupplier

        private final java.util.function.Supplier<java.lang.String> descriptionSupplier
    • Constructor Detail

      • SameThreadTimeoutInvocation

        SameThreadTimeoutInvocation​(InvocationInterceptor.Invocation<T> delegate,
                                    TimeoutDuration timeout,
                                    java.util.concurrent.ScheduledExecutorService executor,
                                    java.util.function.Supplier<java.lang.String> descriptionSupplier)