
com.taboola.async_profiler.api.facade.ProfileContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async-profiler-actuator-endpoint Show documentation
Show all versions of async-profiler-actuator-endpoint Show documentation
Async Profiler Actuator Endpoint
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