Class SysmonHandlers.GetDiskHandler

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

public static class SysmonHandlers.GetDiskHandler extends UseCaseHandler<Void,Double>
Handler for GET_DISK use case.
  • Constructor Details

    • GetDiskHandler

      public GetDiskHandler(HexaApp app)
  • Method Details

    • apply

      public Double apply(Void input)
      Description copied from interface: UseCase
      Apply the use case logic to the input and produce an output.
      Parameters:
      input - The input to process
      Returns:
      The result of the use case