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

com.taboola.async_profiler.api.facade.ProfileContext Maven / Gradle / Ivy

package com.taboola.async_profiler.api.facade;

import java.time.LocalDateTime;

import lombok.Value;

@Value
public class ProfileContext {
    ProfileRequest profileRequest;
    LocalDateTime startTime;
    String tmpFilePath;
    Thread requestThread;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy