Interface TenantServiceAccessor

  • All Superinterfaces:
    ServiceAccessor
    All Known Implementing Classes:
    SpringTenantServiceAccessor

    public interface TenantServiceAccessor
    extends ServiceAccessor
    Accessor for tenant level engine services.

    All server side services of a tenant can be accessed using this class. Using server side services instead of an API might cause unexpected behaviors and damage your data.

    Author:
    Matthieu Chaffotte, Yanyan Liu, Hongwen Zang, Celine Souchet