Uses of Interface
com.cloudimpl.outstack.runtime.CommandHandler
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler |
-
Uses of CommandHandler in com.cloudimpl.outstack.runtime
Classes in com.cloudimpl.outstack.runtime that implement CommandHandler Modifier and Type Class Description classAsyncEntityCommandHandler<T extends RootEntity,C extends Command,R>classEntityCommandHandler<T extends Entity,I extends Command,R>classEntityEventHandler<T extends Entity,E extends Event<?>>classUnboundedCommandHandler<T extends RootEntity,C extends Command,R> -
Uses of CommandHandler in com.cloudimpl.outstack.runtime.handler
Classes in com.cloudimpl.outstack.runtime.handler that implement CommandHandler Modifier and Type Class Description classDefaultDeleteCommandHandler<T extends Entity>classDefaultRenameCommandHandler<T extends Entity>