Class SysmonHandlers.GetMemoryHandler

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

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

    • GetMemoryHandler

      public GetMemoryHandler(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