Interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.MultiTenancyConfig

Enclosing interface:
HibernateSearchElasticsearchRuntimeConfigPersistenceUnit

public static interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.MultiTenancyConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    An exhaustive list of all tenant identifiers that may be used by the application when multi-tenancy is enabled.
  • Method Details

    • tenantIds

      Optional<List<String>> tenantIds()
      An exhaustive list of all tenant identifiers that may be used by the application when multi-tenancy is enabled. Mainly useful when using the outbox-polling coordination strategy, since it involves setting up one background processor per tenant.