
org.reactivecommons.async.rabbit.config.props.FluxProps Maven / Gradle / Ivy
package org.reactivecommons.async.rabbit.config.props;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class FluxProps {
private Integer maxConcurrency = 250;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy