Class SNSNotificationsProperties


  • @ConfigurationProperties(prefix="genie.notifications.sns")
    @Validated
    public class SNSNotificationsProperties
    extends java.lang.Object
    Properties to configure notification delivered via SNS.
    Since:
    4.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENABLED_PROPERTY
      The property that determines if the SNS publishing is enabled.
      static java.lang.String PROPERTY_PREFIX
      The property prefix for all properties in this group.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROPERTY_PREFIX

        public static final java.lang.String PROPERTY_PREFIX
        The property prefix for all properties in this group.
        See Also:
        Constant Field Values
      • ENABLED_PROPERTY

        public static final java.lang.String ENABLED_PROPERTY
        The property that determines if the SNS publishing is enabled.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SNSNotificationsProperties

        public SNSNotificationsProperties()