io.github.springwolf.plugins.sqs.configuration.properties.SpringwolfSqsConfigConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springwolf-sqs Show documentation
Show all versions of springwolf-sqs Show documentation
Automated JSON API documentation for AWS SQS Listeners built with Spring
// SPDX-License-Identifier: Apache-2.0
package io.github.springwolf.plugins.sqs.configuration.properties;
import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.ENABLED;
import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.SCANNER;
import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.SPRINGWOLF_PLUGIN_CONFIG_PREFIX;
public class SpringwolfSqsConfigConstants {
public static final String SPRINGWOLF_SQS_CONFIG_PREFIX = SPRINGWOLF_PLUGIN_CONFIG_PREFIX + ".sqs";
public static final String SPRINGWOLF_SQS_PLUGIN_PUBLISHING_ENABLED = "publishing.enabled";
public static final String SPRINGWOLF_SCANNER_SQS_LISTENER_ENABLED =
SPRINGWOLF_SQS_CONFIG_PREFIX + SCANNER + ".sqs-listener" + ENABLED;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy