Interface KadaiInitializable
- All Known Subinterfaces:
AfterRequestChangesProvider, AfterRequestReviewProvider, BeforeRequestChangesProvider, BeforeRequestReviewProvider, KadaiEventConsumer<T>, PriorityServiceProvider, ReviewRequiredProvider, TaskRoutingProvider
public interface KadaiInitializable
Interface specifying an operation for initialization of this object during Kadai startup.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(KadaiEngine kadaiEngine) Provides the active KadaiEngine which is initialized for this KADAI installation.
-
Method Details
-
initialize
Provides the active KadaiEngine which is initialized for this KADAI installation.This method is called during KADAI startup and allows the implementor to store the active KadaiEngine for later usage.
- Parameters:
kadaiEngine- the active KadaiEngine which is initialized for this installation
-