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

com.tvd12.ezyhttp.server.management.data.ThreadCountPoint Maven / Gradle / Ivy

package com.tvd12.ezyhttp.server.management.data;

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class ThreadCountPoint {
    private int threadCount;
    private int daemonThreadCount;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy