Package de.hybris.platform.core
Interface TenantStartupNotifier
- All Known Implementing Classes:
AsyncTenantStartupNotifier,BlockingTenantStartupNotifier
public interface TenantStartupNotifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Class<? extends TenantStartupNotifier>static final org.slf4j.Logger -
Method Summary
Modifier and TypeMethodDescriptionstatic TenantStartupNotifiervoidstatic Class<? extends TenantStartupNotifier>getImplementationClass(AbstractTenant tenant) static TenantStartupNotifierinstantiateImplementtion(Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant) void
-
Field Details
-
LOG
static final org.slf4j.Logger LOG -
DEFAULT_IMPL_CLASS
-
-
Method Details
-
createTenantStartupNotifier
-
instantiateImplementtion
static TenantStartupNotifier instantiateImplementtion(Class<? extends TenantStartupNotifier> implementationClass, AbstractTenant tenant) -
getImplementationClass
-
scheduleNotifyTenantListenersAboutStartup
-
executeStartupNotify
void executeStartupNotify()
-