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

net.smartcosmos.annotation.SmartCosmosEventsProperties Maven / Gradle / Ivy

Go to download

Provides Spring Configuration and Annotations making it easier to develop SMART COSMOS Extensions

The newest version!
package net.smartcosmos.annotation;

import lombok.Data;

import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.http.HttpMethod;

/**
 * @author voor
 */
@Data
@ConfigurationProperties("smartcosmos.service.events")
public class SmartCosmosEventsProperties {

    private String address = "http://events";
    private String path = "";
    private HttpMethod httpMethod = HttpMethod.POST;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy