Class SysmonHandlers.GetCpuHandler

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

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

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

    app
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetCpuHandler(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

    • GetCpuHandler

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