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 Details

    • SPRING_CLOUD_STREAM_INTERNAL_PREFIX

      public static final String SPRING_CLOUD_STREAM_INTERNAL_PREFIX
      Prefix for internal Spring Cloud Stream properties.
      See Also:
    • NAMESPACE_PROPERTY_NAME

      public static final String NAMESPACE_PROPERTY_NAME
      Namespace property for internal Spring Cloud Stream properties.
      See Also:
    • 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:
  • Constructor Details

    • InternalPropertyNames

      public InternalPropertyNames()