View Javadoc

1   package com.atlassian.messagequeue;
2   
3   import com.atlassian.annotations.PublicApi;
4   
5   import java.util.function.Supplier;
6   
7   
8   /** @since 1.0.6 */
9   @PublicApi
10  public interface TenantDataIdSupplier extends Supplier<String> {
11  }