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()
-
Constructor Details
-
FlowableInfoContributor
public FlowableInfoContributor()
-
-
Method Details
-
contribute
public void contribute(org.springframework.boot.actuate.info.Info.Builder builder)- Specified by:
contribute
in interfaceorg.springframework.boot.actuate.info.InfoContributor
-
version
protected java.util.Map<java.lang.String,java.lang.Object> version()
-