Class UnboundedCommandHandler<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.UnboundedCommandHandler<T,​C,​R>
All Implemented Interfaces:
CommandHandler<T>, Handler<T>

public abstract class UnboundedCommandHandler<T extends RootEntity,​C extends Command,​R>
extends EntityCommandHandler<T,​C,​reactor.core.publisher.Mono<R>>