Class TenantEndpoint

java.lang.Object
com.totvs.tjf.tenant.schema.actuator.TenantEndpoint

@Endpoint(id="tenants") public class TenantEndpoint extends Object
  • Constructor Details

    • TenantEndpoint

      public TenantEndpoint(TenantSchemaUtilsService tenantSchemaUtilsService, com.totvs.tjf.migration.context.SchemaService schemaService, com.totvs.tjf.tenant.context.schema.SchemaUtils schemaUtils)
  • Method Details

    • tenants

      @ReadOperation public Set<String> tenants()
    • tenantExists

      @ReadOperation public boolean tenantExists(@Selector String tenant)
    • provisioning

      @WriteOperation public void provisioning(@Selector String tenant)