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 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:
      contribute in interface org.springframework.boot.actuate.info.InfoContributor