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

com.neotys.neoload.model.repository.Delay Maven / Gradle / Ivy

package com.neotys.neoload.model.repository;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.neotys.neoload.model.core.Element;
import org.immutables.value.Value;

/**
 * @deprecated As of v3, replaced by an associated class from v3 version.
 */
@Value.Immutable
@JsonDeserialize(as = ImmutableDelay.class)
@Deprecated
public interface Delay extends Element {
    String getDelay();
    boolean isThinkTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy