Interface IMemstatService


  • public interface IMemstatService
    Service for providing debugging infos for a component or service, e.g. for detecting memory leaks.
    • Method Detail

      • getMemInfo

        IFuture<java.util.Map<java.lang.String,​java.lang.Object>> getMemInfo()
        Get info about stored data like connections and listeners.