- Type Parameters:
CONTEXT
- such as Shell
or any other environment living context object.
- All Known Subinterfaces:
- VerifyAccessTransformer<C,AU>
- All Known Implementing Classes:
- CurrentTenantSupplier, FindConfigForTenant, FindConfigsForTenant, TenantContextJPAQueryTransformer, VerifyShellAccessToTenantTransformer
public interface ContextConsumer<CONTEXT>
Any class that consumes a context.
Note: This does not implement the Consumer interface because the implementing class could be a Consumer of
another primary entity that it will expect. Here the context is environment related and one it will derive
from the environment, rather than expect it to be passed on.
- Author:
- Arjun Dhar