com.spt.development.audit.spring.CorrelationIdProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spt-development-audit-spring Show documentation
Show all versions of spt-development-audit-spring Show documentation
Adds auditing to your project through the use of annotations typically added to Service methods.
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