Package-level declarations

This package contains classes and interfaces for supporting multi-tenancy.

Types

Link copied to clipboard
public abstract class EventOperation extends TenantAwareOperation
A tenant-aware operation performed in relation to an event.
Link copied to clipboard
public final class IdInTenant<I>
An identifier that exists for a specific TenantId.
Link copied to clipboard
public abstract class QueryOperation extends ActorRequestOperation
A tenant-aware operation performed in response to a query.
Link copied to clipboard
public abstract class SubscriptionOperation extends ActorRequestOperation
A tenant-aware operation performed in relation to a Subscription subscription processing} done in Stand.
Link copied to clipboard
public abstract class TenantAwareFunction<F, T> extends TenantAware implements Function<T, R>
A function which is calculated in a tenant context.
Link copied to clipboard
public abstract class TenantAwareFunction0<T> extends TenantAwareFunction<F, T>
A tenant-aware function that takes no parameters.
Link copied to clipboard
public abstract class TenantAwareOperation extends TenantAware implements Runnable
An abstract base for operations on a tenant data.
Link copied to clipboard
public final class TenantAwareRunner
A convenience API for TenantAware operations.
Link copied to clipboard
public final class TenantAwareTestSupport
Support utility for tenant-aware tests.
Link copied to clipboard
public abstract class TenantFunction<T> extends TenantAware implements Function<T, R>
A function which can work in single-tenant and multi-tenant context and return a value depending on the current tenant set.
Link copied to clipboard
public interface TenantIndex implements ContextAware, AutoCloseable
The index of tenant IDs in a multi-tenant application.
Link copied to clipboard
public abstract class TenantRepository<T extends EntityState, E extends TenantRepository.Entity<T>> extends DefaultRecordBasedRepository<I, E, S> implements TenantIndex
Abstract base for repositories storing information about tenants.