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

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

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

import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.NestedConfigurationProperty;

@Getter
@Setter
public class DomainProps {

    @NestedConfigurationProperty
    private EventsProps events = new EventsProps();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy