Class ConfigCreated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<ConfigEntity>
com.cloudimpl.outstack.runtime.configs.ConfigCreated
public class ConfigCreated extends Event<ConfigEntity>
- Author:
- nuwan
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Constructor Summary
Constructors Constructor Description ConfigCreated(java.lang.String groupName, java.lang.String configName, java.lang.String configValue) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetConfigName()java.lang.StringgetConfigValue()java.lang.StringgetGroupName()java.lang.Class<? extends Entity>getOwner()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringrootEntityId()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
getAction, getBRN, getEntityRN, getEntityTRN, getMeta, getRootEntityRN, getRootEntityTRN, getSeqNum, getTRN, id, isConsumed, isRootEvent, rootId, setAction, setId, setRootId, setSeqNum, setTenantId, tenantId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConfigCreated
public ConfigCreated(java.lang.String groupName, java.lang.String configName, java.lang.String configValue)
-
-
Method Details
-
getGroupName
public java.lang.String getGroupName() -
getConfigName
public java.lang.String getConfigName() -
getConfigValue
public java.lang.String getConfigValue() -
getOwner
- Specified by:
getOwnerin classEvent<ConfigEntity>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<ConfigEntity>
-
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<ConfigEntity>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<ConfigEntity>
-