Class FlowableProfiler

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.EngineConfigurator

    public class FlowableProfiler
    extends Object
    implements org.flowable.common.engine.impl.EngineConfigurator
    Author:
    Joram Barrez
    • Constructor Detail

      • FlowableProfiler

        public FlowableProfiler()
    • Method Detail

      • beforeInit

        public void beforeInit​(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
        Specified by:
        beforeInit in interface org.flowable.common.engine.impl.EngineConfigurator
      • configure

        public void configure​(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
        Specified by:
        configure in interface org.flowable.common.engine.impl.EngineConfigurator
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in interface org.flowable.common.engine.impl.EngineConfigurator
      • reset

        public void reset()
      • startProfileSession

        public void startProfileSession​(String name)
      • stopCurrentProfileSession

        public void stopCurrentProfileSession()
      • getCurrentProfileSession

        public ProfileSession getCurrentProfileSession()
      • setCurrentProfileSession

        public void setCurrentProfileSession​(ProfileSession currentProfileSession)
      • setProfileSessions

        public void setProfileSessions​(List<ProfileSession> profileSessions)