Class SysmonHandlers.GetMemoryHandler
java.lang.Object
com.guinetik.hexafun.hexa.UseCaseHandler<Void,Double>
com.guinetik.hexafun.examples.sysmon.SysmonHandlers.GetMemoryHandler
- Enclosing class:
- SysmonHandlers
Handler for GET_MEMORY 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
-
GetMemoryHandler
-
-
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
-