Class ThreadDumpSaverFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<ThreadDumpSaver>

    public class ThreadDumpSaverFactory
    extends Object
    implements org.springframework.beans.factory.FactoryBean<ThreadDumpSaver>
    Created by Andrey Titov on 5/10/17. Allows bridge static singleton to the spring context
    • Constructor Detail

      • ThreadDumpSaverFactory

        public ThreadDumpSaverFactory()
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<ThreadDumpSaver>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<ThreadDumpSaver>