Package 

Class ActionableFunctionalUseCase

  • All Implemented Interfaces:
    io.arkitik.radix.develop.usecase.FunctionalUseCase , io.arkitik.radix.develop.usecase.action.Actionable

    
    public abstract class ActionableFunctionalUseCase<RQ extends UseCaseRequest, RS extends UseCaseResponse>
     implements FunctionalUseCase<RQ, RS>, Actionable<RQ, RS>
                        

    Created By Ibrahim AlTamimi  Created At 29, Thu Oct, 2020 Project radixhttps://arkitik.io

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RS process(RQ $self)
      abstract RS doProcess(RQ $self)
      • Methods inherited from class io.arkitik.radix.develop.usecase.action.ActionableFunctionalUseCase

        after, before
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionableFunctionalUseCase

        ActionableFunctionalUseCase()