Class CallableSafeInitializer<T>
java.lang.Object
org.apache.dubbo.common.concurrent.CallableSafeInitializer<T>
- Direct Known Subclasses:
GlobalResourceInitializer
A safe and lazy and removable initializer implementation that wraps a
Callable object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CallableSafeInitializer
-
-
Method Details
-
get
Get (and initialize, if not initialized yet) the required object- Returns:
- lazily initialized object exception
-
remove
-
remove
-