Uses of Class
tigase.kernel.core.Kernel.DelayedDependencyInjectionQueue
Packages that use Kernel.DelayedDependencyInjectionQueue
-
Uses of Kernel.DelayedDependencyInjectionQueue in tigase.kernel.core
Methods in tigase.kernel.core that return Kernel.DelayedDependencyInjectionQueueModifier and TypeMethodDescriptionKernel.beginDependencyDelayedInjection()
Calling this method instructs Kernel to delay dependency injection untilfinishDependecyDelayedInjection()
method is called.Methods in tigase.kernel.core with parameters of type Kernel.DelayedDependencyInjectionQueueModifier and TypeMethodDescriptionvoid
Calling this method instructs Kernel to end delaying dependency injection and inject all queued items.