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.
Callback to determine the connection factory using the provided information.
- Since:
- 2.4.8
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionLocate or create a factory.
-
Method Details
-
locate
Locate or create a factory.- Parameters:
queueName
- the queue name.node
- the node name.nodeUri
- the node URI.- Returns:
- the factory.
-