Class DefaultIntegrationTenantLifecycleFactory
java.lang.Object
de.hybris.platform.integrationservices.util.lifecycle.impl.DefaultIntegrationTenantLifecycleFactory
- All Implemented Interfaces:
TenantLifecycleFactory
public class DefaultIntegrationTenantLifecycleFactory
extends Object
implements TenantLifecycleFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of theTenantLifecyclefor the specified tenant.
-
Constructor Details
-
DefaultIntegrationTenantLifecycleFactory
public DefaultIntegrationTenantLifecycleFactory()
-
-
Method Details
-
create
Description copied from interface:TenantLifecycleFactoryReturns an instance of theTenantLifecyclefor the specified tenant. This interface does not guarantee a new instance creation for every invocation. It's up to the implementations to create a new instance for every call or to use some cached value.- Specified by:
createin interfaceTenantLifecycleFactory- Parameters:
tenant- The lifecycle created is running under the given tenant.- Returns:
- a non-null instance of the lifecycle for the tenant.
-