Package org.apache.camel.spi
Interface HostedService
public interface HostedService
To use for identifying
Consumer
which can host a service, such as a TCP network server, or
an embedded HTTP server.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is this service hosted (in this Camel application).
-
Method Details
-
isHostedService
boolean isHostedService()Is this service hosted (in this Camel application).
-