@FunctionalInterface public static interface BindMarkersFactoryResolver.BindMarkerFactoryProvider
SpringFactoriesLoader
mechanism.SpringFactoriesLoader
Modifier and Type | Method and Description |
---|---|
BindMarkersFactory |
getBindMarkers(ConnectionFactory connectionFactory)
Return a
BindMarkersFactory for a ConnectionFactory . |
@Nullable BindMarkersFactory getBindMarkers(ConnectionFactory connectionFactory)
BindMarkersFactory
for a ConnectionFactory
.connectionFactory
- the connection factory to be used with the BindMarkersFactory
BindMarkersFactory
if the BindMarkersFactoryResolver.BindMarkerFactoryProvider
can provide a bind marker factory object, otherwise null