Interface CorrelationKeyGenerator<T>


public interface CorrelationKeyGenerator<T>
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    generateKey(T source)
     
  • Method Details

    • generateKey

      String generateKey(T source)