Interface RoutingConnectionFactory

All Known Implementing Classes:
AbstractRoutingConnectionFactory, LocalizedQueueConnectionFactory, SimpleRoutingConnectionFactory
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 RoutingConnectionFactory
Implementations select a connection factory based on a supplied key.
Since:
1.4.5
Author:
Gary Russell