Package com.cloudimpl.outstack.runtime
Class AsyncEntityCommandHandler<T extends RootEntity,C extends Command,R>
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<T,C,reactor.core.publisher.Mono<R>>
com.cloudimpl.outstack.runtime.AsyncEntityCommandHandler<T,C,R>
- Type Parameters:
T-C-
- All Implemented Interfaces:
CommandHandler<T>,Handler<T>
public abstract class AsyncEntityCommandHandler<T extends RootEntity,C extends Command,R> extends EntityCommandHandler<T,C,reactor.core.publisher.Mono<R>>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description AsyncEntityCommandHandler() -
Method Summary
Modifier and Type Method Description reactor.core.publisher.Mono<EntityContext<T>>emitAsync(EntityContextProvider contextProvider, ICommand input)Methods inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
apply, emit, execute, getTenantRequirement, OK, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncEntityCommandHandler
public AsyncEntityCommandHandler()
-
-
Method Details
-
emitAsync
public reactor.core.publisher.Mono<EntityContext<T>> emitAsync(EntityContextProvider contextProvider, ICommand input)
-