Uses of Interface
io.axoniq.framework.messaging.multitenancy.api.TenantConnectPredicate
Packages that use TenantConnectPredicate
Package
Description
Part of the Axoniq Framework multi-tenancy module.
-
Uses of TenantConnectPredicate in io.axoniq.framework.messaging.multitenancy.axonserver.api
Classes in io.axoniq.framework.messaging.multitenancy.axonserver.api that implement TenantConnectPredicateModifier and TypeClassDescriptionclassATenantConnectPredicatethat always receives contexts from the Axon Server and returnstrue, unless it is theAxonServerConfiguration.ADMIN_CONTEXT.Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.api with parameters of type TenantConnectPredicateModifierConstructorDescriptionAxonServerTenantProvider(AxonServerConnectionManager axonServerConnectionManager, TenantConnectPredicate tenantConnectPredicate) Constructs an AxonServerTenantProvider with the given connection manager and tenant connect predicate.