Package org.apache.camel.api.management
Interface ManagedInstance
-
public interface ManagedInstance
Holds the instance being managed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getInstance()
Gets the resource which is being managed.
-
-
-
Method Detail
-
getInstance
Object getInstance()
Gets the resource which is being managed.- Returns:
- the resource, such as a
Processor
,Consumer
etc.
-
-