Package org.apache.camel.spi
Interface HasId
-
- All Known Subinterfaces:
CamelClusterMember,CamelClusterService,CamelPreemptiveClusterService,DevConsoleRegistry,HealthCheck,HealthCheckRegistry,HealthCheckRepository,IdAware,ProcessorExchangeFactory,ServiceRegistry,WritableHealthCheckRepository
public interface HasIdA simple marker interface for an object which has a unique ID which is useful for referring to objects in REST or JMX style APIs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the id
-
-
-
Method Detail
-
getId
String getId()
Returns the id- Returns:
- the id
-
-