Class FlowableInfoContributor

java.lang.Object
com.flowable.spring.boot.actuate.info.FlowableInfoContributor
All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor

public class FlowableInfoContributor
extends java.lang.Object
implements org.springframework.boot.actuate.info.InfoContributor
Author:
Filip Hrisafov
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableInfoContributor()  
  • Method Summary

    Modifier and Type Method Description
    void contribute​(org.springframework.boot.actuate.info.Info.Builder builder)  
    protected java.util.Map<java.lang.String,​java.lang.Object> version()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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
    • version

      protected java.util.Map<java.lang.String,​java.lang.Object> version()