Interface IdentifierGenerator<P>

Type Parameters:
P - - type of the object that helps derive the identifier.
All Known Implementing Classes:
CronJobIdentifierGenerator, JobIdentifierGenerator, StreamContainerIdentifierGenerator

public interface IdentifierGenerator<P>
This interface defines how to generate a String identifier for each model that is associated with the creation of an OutboundSyncChannelConfiguration.
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(P object)
    Derives an identifier to be set on a model
  • Method Details

    • generate

      String generate(P object)
      Derives an identifier to be set on a model
      Parameters:
      object - generic item to help derive a name that will be returned
      Returns:
      an identifier for a model to associate it with a channel