Interface TenantTicketCollector

  • All Known Implementing Classes:
    DefaultTenantTicketCollector

    @Deprecated(forRemoval=true)
    public interface TenantTicketCollector
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.6
    Simple way to check that the TenantGate is open, without having to jump through too many hoops.
    Since:
    5.9
    • Method Detail

      • checkTicket

        boolean checkTicket()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns:
        true, when there is a tenant present, either because a tenant has arrived, or we're in the process of setting one up.