Interface StreamIdentifierGenerator
-
- All Known Implementing Classes:
DefaultStreamIdentifierGenerator
public interface StreamIdentifierGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringgenerate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item)
-
-
-
Method Detail
-
generate
java.lang.String generate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item)
- Parameters:
channel-OutboundChannelConfigurationModelto help derive a name that will be returneditem-IntegrationObjectItemModelto help derive a name that will be returned- Returns:
- a streamId to associate the
OutboundSyncStreamConfigurationModelwith the channel
-
-