Class CamelInfoContributor
java.lang.Object
org.apache.camel.spring.boot.actuate.info.CamelInfoContributor
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class CamelInfoContributor
extends Object
implements org.springframework.boot.actuate.info.InfoContributor
Camel
InfoContributor-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
Constructor Details
-
CamelInfoContributor
public CamelInfoContributor(org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
contribute
public void contribute(org.springframework.boot.actuate.info.Info.Builder builder) - Specified by:
contributein interfaceorg.springframework.boot.actuate.info.InfoContributor
-