Interface ManagedObjectStartupRunnable

  • All Superinterfaces:
    java.lang.Runnable

    public interface ManagedObjectStartupRunnable
    extends java.lang.Runnable
    Runnable wrapping the invocation of the ManagedObjectStartupProcess.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • isConcurrent

        boolean isConcurrent()
        Indicates to execute this ManagedObjectStartupRunnable concurrently on another Thread.
        Returns:
        true to execute concurrently.