Interface FactoryFinder

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 interface FactoryFinder
Callback to determine the connection factory using the provided information.
Since:
2.4.8
Author:
Gary Russell
  • Method Details

    • locate

      ConnectionFactory locate(String queueName, String node, String nodeUri)
      Locate or create a factory.
      Parameters:
      queueName - the queue name.
      node - the node name.
      nodeUri - the node URI.
      Returns:
      the factory.