Class InternalPropertyNames
- java.lang.Object
-
- org.springframework.cloud.stream.internal.InternalPropertyNames
-
public abstract class InternalPropertyNames extends Object
Contains the names of properties for the internal use of Spring Cloud Stream.- Author:
- Marius Bogoevici
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACE_PROPERTY_NAMENamespace property for internal Spring Cloud Stream properties.static StringSELF_CONTAINED_APP_PROPERTY_NAMESelf contained property for internal Spring Cloud Stream properties.static StringSPRING_CLOUD_STREAM_INTERNAL_PREFIXPrefix for internal Spring Cloud Stream properties.
-
Constructor Summary
Constructors Constructor Description InternalPropertyNames()
-
-
-
Field Detail
-
SPRING_CLOUD_STREAM_INTERNAL_PREFIX
public static final String SPRING_CLOUD_STREAM_INTERNAL_PREFIX
Prefix for internal Spring Cloud Stream properties.- See Also:
- Constant Field Values
-
NAMESPACE_PROPERTY_NAME
public static final String NAMESPACE_PROPERTY_NAME
Namespace property for internal Spring Cloud Stream properties.- See Also:
- Constant Field Values
-
SELF_CONTAINED_APP_PROPERTY_NAME
public static final String SELF_CONTAINED_APP_PROPERTY_NAME
Self contained property for internal Spring Cloud Stream properties.- See Also:
- Constant Field Values
-
-