Uses of Class
com.cloudimpl.outstack.runtime.EntityContext
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler |
-
Uses of EntityContext in com.cloudimpl.outstack.runtime
Subclasses of EntityContext in com.cloudimpl.outstack.runtime Modifier and Type Class Description classAsyncEntityContext<T extends RootEntity>classChildEntityContext<R extends RootEntity,T extends ChildEntity<R>>classRootEntityContext<T extends RootEntity>classUnboundedEntityContext<T extends RootEntity>Methods in com.cloudimpl.outstack.runtime with type parameters of type EntityContext Modifier and Type Method Description <X extends EntityContext>
XEntityContext. setTx(ITransaction tx)Methods in com.cloudimpl.outstack.runtime that return EntityContext Modifier and Type Method Description protected EntityContext<T>EntityCommandHandler. emit(EntityContextProvider contextProvider, ICommand input)protected EntityContext<T>EntityEventHandler. emit(EntityContextProvider.Transaction tx, E event)Methods in com.cloudimpl.outstack.runtime that return types with arguments of type EntityContext Modifier and Type Method Description reactor.core.publisher.Mono<EntityContext<T>>AsyncEntityCommandHandler. emitAsync(EntityContextProvider contextProvider, ICommand input)reactor.core.publisher.Mono<EntityContext<T>>UnboundedCommandHandler. emitAsync(EntityContextProvider contextProvider, ICommand input)Methods in com.cloudimpl.outstack.runtime with parameters of type EntityContext Modifier and Type Method Description voidEntityEventHandler. accept(EntityContext<T> context, E event)REntityCommandHandler. apply(EntityContext<T> context, I command)reactor.core.publisher.Mono<R>UnboundedCommandHandler. apply(EntityContext<T> context, C command)protected abstract REntityCommandHandler. execute(EntityContext<T> context, I command)protected abstract voidEntityEventHandler. execute(EntityContext<T> context, E event)protected abstract reactor.core.publisher.Mono<R>UnboundedCommandHandler. execute(EntityContext<T> context, C command) -
Uses of EntityContext in com.cloudimpl.outstack.runtime.handler
Methods in com.cloudimpl.outstack.runtime.handler with parameters of type EntityContext Modifier and Type Method Description protected TDefaultDeleteCommandHandler. execute(EntityContext<T> context, DeleteCommand command)protected TDefaultRenameCommandHandler. execute(EntityContext<T> context, RenameCommand command)