Interface StubbableConnectionManager.GetConnectionBehavior

Enclosing class:
StubbableConnectionManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface StubbableConnectionManager.GetConnectionBehavior
  • Method Summary

    Modifier and Type Method Description
    org.opensearch.transport.Transport.Connection getConnection​(org.opensearch.transport.ConnectionManager connectionManager, org.opensearch.cluster.node.DiscoveryNode discoveryNode)  
  • Method Details

    • getConnection

      org.opensearch.transport.Transport.Connection getConnection​(org.opensearch.transport.ConnectionManager connectionManager, org.opensearch.cluster.node.DiscoveryNode discoveryNode)