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 Type
    Method
    Description
    boolean
    Is this service hosted (in this Camel application).
  • Method Details

    • isHostedService

      boolean isHostedService()
      Is this service hosted (in this Camel application).