Class AsyncEntityQueryHandler<T extends RootEntity,​I extends Query,​R>

java.lang.Object
com.cloudimpl.outstack.runtime.EntityQueryHandler<T,​I,​org.reactivestreams.Publisher<R>>
com.cloudimpl.outstack.runtime.AsyncEntityQueryHandler<T,​I,​R>
Type Parameters:
T -
I -
All Implemented Interfaces:
Handler<T>

public abstract class AsyncEntityQueryHandler<T extends RootEntity,​I extends Query,​R>
extends EntityQueryHandler<T,​I,​org.reactivestreams.Publisher<R>>
Author:
nuwan
  • Constructor Details

    • AsyncEntityQueryHandler

      public AsyncEntityQueryHandler()
  • Method Details