com.spt.development.audit.spring.CorrelationIdProvider Maven / Gradle / Ivy
package com.spt.development.audit.spring;
/**
* Wrapper for getting the current correlation ID.
*/
public interface CorrelationIdProvider {
/**
* Gets the current correlation Id.
*
* @return the current correlation Id.
*/
String getCorrelationId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy