Interface RoutingKeyResolver<T>

All Known Implementing Classes:
AbstractMessageHeadersRoutingKeyResolver, AuditProducerIncidentsRoutingKeyResolver, AuditProducerRoutingKeyResolver

public interface RoutingKeyResolver<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    resolve(T value)
     
  • Method Details

    • resolve

      default String resolve(T value)