Package de.hybris.platform.core
Class AsyncTenantStartupNotifier
- java.lang.Object
-
- de.hybris.platform.core.AsyncTenantStartupNotifier
-
- All Implemented Interfaces:
TenantStartupNotifier
public class AsyncTenantStartupNotifier extends java.lang.Object implements TenantStartupNotifier
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.core.TenantStartupNotifier
DEFAULT_IMPL_CLASS
-
-
Constructor Summary
Constructors Constructor Description AsyncTenantStartupNotifier(Tenant tenant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteStartupNotify()voidscheduleNotifyTenantListenersAboutStartup(java.util.List<TenantListener> listeners)
-
-
-
Constructor Detail
-
AsyncTenantStartupNotifier
public AsyncTenantStartupNotifier(Tenant tenant)
-
-
Method Detail
-
scheduleNotifyTenantListenersAboutStartup
public void scheduleNotifyTenantListenersAboutStartup(java.util.List<TenantListener> listeners)
- Specified by:
scheduleNotifyTenantListenersAboutStartupin interfaceTenantStartupNotifier
-
executeStartupNotify
public void executeStartupNotify()
- Specified by:
executeStartupNotifyin interfaceTenantStartupNotifier
-
-