Class UpdateConfigEntity
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<ConfigEntity,UpdateConfigRequest,ConfigEntity>
com.cloudimpl.outstack.spring.service.config.UpdateConfigEntity
- All Implemented Interfaces:
CommandHandler<ConfigEntity>,Handler<ConfigEntity>
public class UpdateConfigEntity extends EntityCommandHandler<ConfigEntity,UpdateConfigRequest,ConfigEntity>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description UpdateConfigEntity() -
Method Summary
Modifier and Type Method Description protected ConfigEntityexecute(EntityContext<ConfigEntity> context, UpdateConfigRequest command)Methods 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
-
UpdateConfigEntity
public UpdateConfigEntity()
-
-
Method Details
-
execute
- Specified by:
executein classEntityCommandHandler<ConfigEntity,UpdateConfigRequest,ConfigEntity>
-