Class AxonServerTenantConnectPredicate

java.lang.Object
io.axoniq.framework.messaging.multitenancy.axonserver.api.AxonServerTenantConnectPredicate
All Implemented Interfaces:
TenantConnectPredicate, Predicate<TenantDescriptor>

public class AxonServerTenantConnectPredicate extends Object implements TenantConnectPredicate
A TenantConnectPredicate that always receives contexts from the Axon Server and returns true, unless it is the AxonServerConfiguration.ADMIN_CONTEXT.
Since:
5.3.0
Author:
Jan Galinski
  • Constructor Details

    • AxonServerTenantConnectPredicate

      public AxonServerTenantConnectPredicate()
  • Method Details