Class StreamAnnotationErrorMessages


  • public abstract class StreamAnnotationErrorMessages
    extends Object
    Author:
    Soby Chacko
    • Field Detail

      • ATLEAST_ONE_OUTPUT

        public static final String ATLEAST_ONE_OUTPUT
        Annotation error message when no output was passed.
        See Also:
        Constant Field Values
      • SEND_TO_MULTIPLE_DESTINATIONS

        public static final String SEND_TO_MULTIPLE_DESTINATIONS
        Annotation error message when multiple destinations were set.
        See Also:
        Constant Field Values
      • SEND_TO_EMPTY_DESTINATION

        public static final String SEND_TO_EMPTY_DESTINATION
        Annotation error message when an empty destination was specified.
        See Also:
        Constant Field Values
      • INVALID_OUTBOUND_NAME

        public static final String INVALID_OUTBOUND_NAME
        Annotation error message when an invalid outbound name was set.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StreamAnnotationErrorMessages

        public StreamAnnotationErrorMessages()