Class SysmonHandlers.GetCpuHandler
java.lang.Object
com.guinetik.hexafun.hexa.UseCaseHandler<Void,Double>
com.guinetik.hexafun.examples.sysmon.SysmonHandlers.GetCpuHandler
- Enclosing class:
- SysmonHandlers
Handler for GET_CPU use case.
-
Field Summary
Fields inherited from class com.guinetik.hexafun.hexa.UseCaseHandler
app -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.guinetik.hexafun.hexa.UseCaseHandler
hasPort, port
-
Constructor Details
-
GetCpuHandler
-
-
Method Details
-
apply
Description copied from interface:UseCaseApply the use case logic to the input and produce an output.- Parameters:
input- The input to process- Returns:
- The result of the use case
-