Interface NamedLockFactorySelector
- All Known Implementing Classes:
NamedLockFactorySelectorSupport
,SimpleNamedLockFactorySelector
public interface NamedLockFactorySelector
Selector for
NamedLockFactory
and NameMapper
that selects and exposes selected ones. Essentially
all the named locks configuration is here. Implementations may use different strategies to perform selection.-
Method Summary
Modifier and TypeMethodDescriptionReturns the selectedNamedLockFactory
, never null.Returns the selectedNameMapper
, never null.
-
Method Details
-
getSelectedNamedLockFactory
NamedLockFactory getSelectedNamedLockFactory()Returns the selectedNamedLockFactory
, never null. -
getSelectedNameMapper
NameMapper getSelectedNameMapper()Returns the selectedNameMapper
, never null.
-