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