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