Interface TenantConnectPredicate

All Superinterfaces:
Predicate<TenantDescriptor>
All Known Implementing Classes:
AxonServerTenantConnectPredicate
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TenantConnectPredicate extends Predicate<TenantDescriptor>
Predicate that during runtime determines whether a newly registered tenant should be added to the tenant-aware infrastructure components. Used for dynamic registration of tenant-specific components.
Since:
4.6.0
Author:
Stefan Dragisic