Uses of Interface
com.cloudimpl.outstack.runtime.Handler
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler |
-
Uses of Handler in com.cloudimpl.outstack.runtime
Subinterfaces of Handler in com.cloudimpl.outstack.runtime Modifier and Type Interface Description interfaceCommandHandler<T extends Entity>Classes in com.cloudimpl.outstack.runtime that implement Handler Modifier and Type Class Description classAsyncEntityCommandHandler<T extends RootEntity,C extends Command,R>classAsyncEntityQueryHandler<T extends RootEntity,I extends Query,R>classEntityAsyncHandler<T extends RootEntity>classEntityCommandHandler<T extends Entity,I extends Command,R>classEntityEventHandler<T extends Entity,E extends Event<?>>classEntityQueryHandler<T extends Entity,I extends Query,R>classUnboundedCommandHandler<T extends RootEntity,C extends Command,R> -
Uses of Handler in com.cloudimpl.outstack.runtime.handler
Classes in com.cloudimpl.outstack.runtime.handler that implement Handler Modifier and Type Class Description classDefaultDeleteCommandHandler<T extends Entity>classDefaultGetEventsQueryHandler<T extends Entity>classDefaultGetQueryHandler<T extends Entity>classDefaultListQueryHandler<T extends Entity>classDefaultRenameCommandHandler<T extends Entity>