All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.minlia.cloud.aop.common.IdentifiableRequest Maven / Gradle / Ivy

package com.minlia.cloud.aop.common;

import java.util.UUID;

/**
 * Interface to mark objects associated with a request.
 */
public interface IdentifiableRequest {

    UUID getRequestUuid();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy