java.lang.Object
ru.tinkoff.kora.application.graph.LifecycleWrapper<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface ru.tinkoff.kora.application.graph.Wrapped
Wrapped.UnwrappedValue<T> -
Constructor Summary
ConstructorsConstructorDescriptionLifecycleWrapper(T value, LifecycleWrapper.ThrowingConsumer<T> init, LifecycleWrapper.ThrowingConsumer<T> release) -
Method Summary
-
Constructor Details
-
LifecycleWrapper
public LifecycleWrapper(T value, LifecycleWrapper.ThrowingConsumer<T> init, LifecycleWrapper.ThrowingConsumer<T> release)
-
-
Method Details