Interface FlowableSystemInfoContributor
-
- All Known Implementing Classes:
AcquireAsyncJobsDueLifecycleListenerSystemInfoContributor
,AcquireLifecycleTimerListenerSystemContributor
,AsyncJobsFlowableSystemInfoContributor
,DataSourceFlowableSystemInfoContributor
,EngineConfigurationsSystemInfoContributor
,FlowableDatabaseTableCountsSystemInfoContributor
,JavaMemoryFlowableSystemInfoContributor
,JobExecutionFlowableSystemInfoContributor
,TaskExecutorFlowableSystemInfoContributor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FlowableSystemInfoContributor
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FlowableSystemInfoContributor.ContributionBuilder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(FlowableSystemInfoContributor.ContributionBuilder builder)
-
-
-
Method Detail
-
contribute
void contribute(FlowableSystemInfoContributor.ContributionBuilder builder)
-
-