Interface DisruptionProvider

    • Method Detail

      • isProxyBased

        boolean isProxyBased()
        Returns:
        true in case of a proxy based provider such as netcrusher or toxiproxy
      • createLink

        Disruptor createLink​(InetSocketAddress src,
                             InetSocketAddress dest)
        Create link to disrupt traffic flowing from the given source address to destination address(unidirectional)
        Parameters:
        src - source address
        dest - destination address
        Returns:
        Disruptor link
      • removeLink

        void removeLink​(Disruptor link)
        remove link
        Parameters:
        link - Disruptor