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

com.qaprosoft.zafira.util.async.AsyncArtifact Maven / Gradle / Ivy

package com.qaprosoft.zafira.util.async;

import lombok.AllArgsConstructor;
import lombok.Getter;

import java.util.concurrent.CompletableFuture;

@Getter
@AllArgsConstructor
final class AsyncArtifact {

    private CompletableFuture urlFuture;
    private String name;
    private Integer expiresIn;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy