Interface LocalizedQueueConnectionFactory.FactoryFinder

  • Enclosing class:
    LocalizedQueueConnectionFactory
    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 LocalizedQueueConnectionFactory.FactoryFinder
    Callback to determine the connection factory using the provided information.
    Since:
    2.4.8
    • Method Detail

      • locate

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