Package 

Interface ReactiveFluxFunctionalUseCase

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

    
    public interface ReactiveFluxFunctionalUseCase<RQ extends UseCaseRequest, RS extends UseCaseResponse>
     implements FunctionalUseCase<RequestAdapter<Flux<RQ>>, ResponseAdapter<Flux<RS>>>
                        

    Created By Ibrahim Al-Tamimi  Created At 12, Fri February, 2021 Project radix https://arkitik.io

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.arkitik.radix.develop.usecase.FunctionalUseCase

        process
      • Methods inherited from class java.lang.Object

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

    • Method Detail