Class AsynQueryHandler

java.lang.Object
com.cloudimpl.outstack.runtime.EntityQueryHandler<T,​I,​org.reactivestreams.Publisher<R>>
com.cloudimpl.outstack.runtime.AsyncEntityQueryHandler<Organization,​com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest,​Organization>
com.cloudimpl.outstack.app.AsynQueryHandler
All Implemented Interfaces:
com.cloudimpl.outstack.runtime.Handler<Organization>

public class AsynQueryHandler
extends com.cloudimpl.outstack.runtime.AsyncEntityQueryHandler<Organization,​com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest,​Organization>
Author:
nuwan
  • Field Summary

    Fields inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler

    entityType, queryType
  • Constructor Summary

    Constructors
    Constructor Description
    AsynQueryHandler()  
  • Method Summary

    Modifier and Type Method Description
    protected reactor.core.publisher.Flux<Organization> execute​(com.cloudimpl.outstack.runtime.EntityQueryContext<Organization> context, com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest query)  

    Methods inherited from class com.cloudimpl.outstack.runtime.AsyncEntityQueryHandler

    emitAsync

    Methods inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler

    apply, emit, getTenantFunction, validateInput

    Methods inherited from class java.lang.Object

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

    • AsynQueryHandler

      public AsynQueryHandler()
  • Method Details

    • execute

      protected reactor.core.publisher.Flux<Organization> execute​(com.cloudimpl.outstack.runtime.EntityQueryContext<Organization> context, com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest query)
      Specified by:
      execute in class com.cloudimpl.outstack.runtime.EntityQueryHandler<Organization,​com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest,​org.reactivestreams.Publisher<Organization>>