Package com.cloudimpl.outstack.runtime
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
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
entityType, queryType -
Constructor Summary
Constructors Constructor Description AsyncEntityQueryHandler() -
Method Summary
Modifier and Type Method Description org.reactivestreams.Publisher<R>emitAsync(EntityQueryContextProvider contextProvider, IQuery input)Methods inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
apply, emit, execute, getTenantFunction, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncEntityQueryHandler
public AsyncEntityQueryHandler()
-
-
Method Details
-
emitAsync
public org.reactivestreams.Publisher<R> emitAsync(EntityQueryContextProvider contextProvider, IQuery input)
-