Class MicroServiceProvisioned

java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<MicroService>
com.cloudimpl.outstack.spring.domain.MicroServiceProvisioned
All Implemented Interfaces:
Input, IResource

public class MicroServiceProvisioned
extends Event<MicroService>
Author:
nuwan
  • Constructor Details

    • MicroServiceProvisioned

      public MicroServiceProvisioned​(java.lang.String serviceName, java.lang.String rootEntity, java.lang.String version, java.lang.String apiContext, boolean tenantService)
  • Method Details

    • getServiceName

      public java.lang.String getServiceName()
    • getRootEntity

      public java.lang.String getRootEntity()
    • getVersion

      public java.lang.String getVersion()
    • getApiContext

      public java.lang.String getApiContext()
    • isTenantService

      public boolean isTenantService()
    • getOwner

      public java.lang.Class<? extends Entity> getOwner()
      Specified by:
      getOwner in class Event<MicroService>
    • getRootOwner

      public java.lang.Class<? extends RootEntity> getRootOwner()
      Specified by:
      getRootOwner in class Event<MicroService>
    • entityId

      public java.lang.String entityId()
      Specified by:
      entityId in class Event<MicroService>
    • rootEntityId

      public java.lang.String rootEntityId()
      Specified by:
      rootEntityId in class Event<MicroService>