Interface CorrelationIdProvider

All Known Implementing Classes:
ApiCorrelationIdProvider, HistoryCorrelationIdProvider, ImportCorrelationIdProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CorrelationIdProvider
Provider for a correlation id which may be added to a request as unique identifier
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCorrelationId

      String getCorrelationId()