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.elasticsearch.transport.Transport.Connection
    getConnection(org.elasticsearch.transport.ConnectionManager connectionManager, org.elasticsearch.cluster.node.DiscoveryNode discoveryNode)
     
  • Method Details

    • getConnection

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