Class CapturingTransport

All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, org.elasticsearch.core.Releasable, Transport

public class CapturingTransport extends MockTransport implements Transport
A transport class that doesn't send anything but rather captures all requests for inspection from tests
  • Constructor Details

    • CapturingTransport

      public CapturingTransport()
  • Method Details