public interface MicroserviceProvider
extends Runnable
Simple minimalistic microservice implementation interface.
Upon boot, the initialize method is called. After a successful initialization, all services will be started in their
dedicated thread. A proper shutdown must be part of the run() method.