Class SysmonHandlers.GetMemoryHandler

java.lang.Object
com.guinetik.hexafun.hexa.UseCaseHandler<Void,Double>
com.guinetik.hexafun.examples.sysmon.SysmonHandlers.GetMemoryHandler
All Implemented Interfaces:
com.guinetik.hexafun.hexa.UseCase<Void,Double>
Enclosing class:
SysmonHandlers

public static class SysmonHandlers.GetMemoryHandler extends com.guinetik.hexafun.hexa.UseCaseHandler<Void,Double>
Handler for GET_MEMORY use case.
  • Field Summary

    Fields inherited from class com.guinetik.hexafun.hexa.UseCaseHandler

    app
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetMemoryHandler(com.guinetik.hexafun.HexaApp app)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Void input)
     

    Methods inherited from class com.guinetik.hexafun.hexa.UseCaseHandler

    hasPort, port

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetMemoryHandler

      public GetMemoryHandler(com.guinetik.hexafun.HexaApp app)
  • Method Details