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

org.reactivecommons.async.rabbit.config.props.EventsProps Maven / Gradle / Ivy

package org.reactivecommons.async.rabbit.config.props;

import lombok.Getter;
import lombok.Setter;

import java.util.Optional;

@Getter
@Setter
public class EventsProps {

    private String exchange = "domainEvents";

    private Optional maxLengthBytes = Optional.empty();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy