Interface ConsumerNameFactory<T>

  • All Superinterfaces:
    java.io.Serializable

    public interface ConsumerNameFactory<T>
    extends java.io.Serializable
    Consumer name generator.
    • Method Detail

      • setup

        void setup​(T context)
        Initialize for given context.
        Parameters:
        context - the context of this generator context
      • apply

        java.lang.String apply()
        Get consumer name
        Returns:
        String consumer name