Class CreateConfigGroupEntity
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<T,C,reactor.core.publisher.Mono<R>>
com.cloudimpl.outstack.runtime.AsyncEntityCommandHandler<ConfigGroupEntity,CreateConfigRequest,ConfigEntity>
com.cloudimpl.outstack.spring.service.config.CreateConfigGroupEntity
- All Implemented Interfaces:
CommandHandler<ConfigGroupEntity>,Handler<ConfigGroupEntity>
public class CreateConfigGroupEntity extends AsyncEntityCommandHandler<ConfigGroupEntity,CreateConfigRequest,ConfigEntity>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description CreateConfigGroupEntity() -
Method Summary
Modifier and Type Method Description protected reactor.core.publisher.Mono<ConfigEntity>execute(EntityContext<ConfigGroupEntity> context, CreateConfigRequest command)Methods inherited from class com.cloudimpl.outstack.runtime.AsyncEntityCommandHandler
emitAsyncMethods inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
apply, emit, getTenantRequirement, OK, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreateConfigGroupEntity
public CreateConfigGroupEntity()
-
-
Method Details
-
execute
protected reactor.core.publisher.Mono<ConfigEntity> execute(EntityContext<ConfigGroupEntity> context, CreateConfigRequest command)- Specified by:
executein classEntityCommandHandler<ConfigGroupEntity,CreateConfigRequest,reactor.core.publisher.Mono<ConfigEntity>>
-