package eu.openaire.urls_controller.services; import org.springframework.http.ResponseEntity; public interface ShutdownService { ResponseEntity passSecurityChecks(String remoteAddr, String initMsg); boolean postShutdownOrCancelRequestToWorker(String workerId, String workerIp, boolean shouldCancel); }