View Javadoc
1   package com.atlassian.activeobjects.spi;
2   
3   import com.atlassian.tenancy.api.TenantContext;
4   
5   /**
6    * Products that can't yet provide {@link com.atlassian.tenancy.api.TenantContext#getCurrentTenant()} that works in _all_
7    * threads should expose a {@link com.atlassian.activeobjects.spi.CompatibilityTenantContextImpl} in their SPI.
8    *
9    * @since 0.26.1
10   */
11  public interface CompatibilityTenantContext extends TenantContext {
12  }