Package org.apache.camel.spi
Interface HasId
-
- All Known Subinterfaces:
CamelClusterMember
,CamelClusterService
,CamelPreemptiveClusterService
,DevConsoleRegistry
,HealthCheck
,HealthCheckRegistry
,HealthCheckRepository
,IdAware
,ProcessorExchangeFactory
,ServiceRegistry
,WritableHealthCheckRepository
public interface HasId
A 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 String
getId()
Returns the id
-
-
-
Method Detail
-
getId
String getId()
Returns the id- Returns:
- the id
-
-