Package org.apache.camel.spi
Interface CliConnector
-
- All Superinterfaces:
AutoCloseable,NonManagedService,Service,StaticService
public interface CliConnector extends StaticService, NonManagedService
LocalCliConnectorthat allows Camel CLI to manage local running Camel integrations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsigterm()Signal to terminate Camel and the JVM.
-