Namespace OpenSearch.Net.VirtualizedCluster
Classes
FixedPipelineFactory
SealedVirtualCluster
VirtualCluster
VirtualClusterConnection
An in memory connection that uses a rule engine to return different responses for sniffs/pings and API calls.
Either instantiate through the static Success(byte[]) or Error() for the simplest use-cases
Or use VirtualClusterWith to chain together a rule engine until VirtualClusterConnection(Func<ConnectionConfiguration, ConnectionConfiguration>) becomes available