public interface ManagedDataFormatMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getCamelId() |
String |
getCamelManagementName() |
String |
getName() |
String |
getState() |
@ManagedAttribute(description="The name of the data format") String getName()
@ManagedAttribute(description="Camel ID") String getCamelId()
@ManagedAttribute(description="Camel ManagementName") String getCamelManagementName()
@ManagedAttribute(description="DataFormat State") String getState()
Apache Camel