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

com.netflix.spinnaker.gate.config.SlackConfigProperties Maven / Gradle / Ivy

There is a newer version: 6.64.0
Show newest version
package com.netflix.spinnaker.gate.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties("slack")
public class SlackConfigProperties {
  String token;
  String baseUrl;
  Long channelRefreshIntervalMillis;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy