Interface NetworkTestOperations

    • Method Detail

      • addNetworkLatencyForResponses

        void addNetworkLatencyForResponses​(Duration delay)
      • removeNetworkLatencyForResponses

        void removeNetworkLatencyForResponses()
      • withNetworkLatency

        <T> T withNetworkLatency​(Duration delay,
                                 Callable<T> callable)