Interface StreamIdentifierGenerator
- All Known Implementing Classes:
DefaultStreamIdentifierGenerator
public interface StreamIdentifierGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(OutboundChannelConfigurationModel channel, IntegrationObjectItemModel item)
-
Method Details
-
generate
- 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
-