Interface ManagedResourceEndpointMBean
public interface ManagedResourceEndpointMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getState()
boolean
boolean
void
setContentCache
(boolean contentCache)
-
Method Details
-
getCamelId
-
getCamelManagementName
-
getState
-
isAllowContextMapAll
@ManagedAttribute(description="Whether the context map is limited to only include the message body and headers") boolean isAllowContextMapAll() -
isContentCache
-
setContentCache
@ManagedAttribute(description="Whether the content is cached") void setContentCache(boolean contentCache) -
clearContentCache
@ManagedOperation(description="Clears the cached resource, forcing to re-load the resource on next request") void clearContentCache()
-