Class RoutingStrategy


  • public final class RoutingStrategy
    extends java.lang.Object
    • Method Detail

      • getMethod

        public RoutingStrategyMethod getMethod()
        Returns:
        The method for selecting channels to send the message with. Value can be either 'single' or 'all'. If not provided will default to 'single'
      • getChannels

        public java.util.List<java.lang.String> getChannels()
        Returns:
        An array of valid channel identifiers (like email, push, sms, etc.) and additional routing nodes.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object