Class SandboxAppExecutor

  • All Implemented Interfaces:
    Executor, ExecutorService

    public class SandboxAppExecutor
    extends ThreadPoolExecutor
    Special executor service to deal with intricacies while starting spring-boot microservices within same JVM. TODO: Most probably it should be removed and all stuff should be done using custom Thread class.