Class StreamContainerIdentifierGenerator
java.lang.Object
de.hybris.platform.outboundsync.config.impl.StreamContainerIdentifierGenerator
- All Implemented Interfaces:
IdentifierGenerator<OutboundChannelConfigurationModel>
public class StreamContainerIdentifierGenerator
extends Object
implements IdentifierGenerator<OutboundChannelConfigurationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDerives an identifier to be set on a model
-
Constructor Details
-
StreamContainerIdentifierGenerator
public StreamContainerIdentifierGenerator()
-
-
Method Details
-
generate
Description copied from interface:IdentifierGeneratorDerives an identifier to be set on a model- Specified by:
generatein interfaceIdentifierGenerator<OutboundChannelConfigurationModel>- Parameters:
channel- generic item to help derive a name that will be returned- Returns:
- an identifier for a model to associate it with a channel
-