Class SysmonHandlers.GetDiskHandler

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

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

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

    app
  • Constructor Summary

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

    • GetDiskHandler

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