Uses of Interface
com.guinetik.hexafun.hexa.UseCase
Packages that use UseCase
Package
Description
-
Uses of UseCase in com.guinetik.hexafun
Fields in com.guinetik.hexafun with type parameters of type UseCaseMethods in com.guinetik.hexafun with parameters of type UseCaseModifier and TypeMethodDescription<I,O> HexaApp HexaApp.withUseCase(UseCaseKey<I, O> key, UseCase<I, O> useCase) Add a use case using a type-safe key.<I,O> HexaApp HexaApp.withUseCase(String name, UseCase<I, O> useCase) Add a use case to this HexaApp (used internally by builder). -
Uses of UseCase in com.guinetik.hexafun.examples.sysmon
Classes in com.guinetik.hexafun.examples.sysmon that implement UseCaseModifier and TypeClassDescriptionstatic classHandler for GET_ALL use case.static classHandler for GET_CPU use case.static classHandler for GET_DISK use case.static classHandler for GET_MEMORY use case. -
Uses of UseCase in com.guinetik.hexafun.hexa
Classes in com.guinetik.hexafun.hexa that implement UseCaseModifier and TypeClassDescriptionclassUseCaseHandler<I,O> Abstract base class for use case handlers that need access to ports.Methods in com.guinetik.hexafun.hexa with parameters of type UseCaseModifier and TypeMethodDescription<R> UseCaseBuilderDefine the core logic of the use case without validation.<O> UseCaseBuilderDefine the handler that runs after all validators pass.