Class StreamListenerErrorMessages

java.lang.Object
org.springframework.cloud.stream.binding.StreamListenerErrorMessages

public abstract class StreamListenerErrorMessages extends Object
Author:
Ilayaperumal Gopinathan
  • Field Details

    • INVALID_INBOUND_NAME

      public static final String INVALID_INBOUND_NAME
      Error message when the inbound name was invalid.
      See Also:
    • INVALID_OUTBOUND_NAME

      public static final String INVALID_OUTBOUND_NAME
      Error message when the outbound name was invalid.
      See Also:
    • ATLEAST_ONE_OUTPUT

      public static final String ATLEAST_ONE_OUTPUT
      Error message when there were no outputs specified.
      See Also:
    • SEND_TO_MULTIPLE_DESTINATIONS

      public static final String SEND_TO_MULTIPLE_DESTINATIONS
      Error message when multiple destinations were specified.
      See Also:
    • SEND_TO_EMPTY_DESTINATION

      public static final String SEND_TO_EMPTY_DESTINATION
      Error message when empty destination was provided.
      See Also:
    • INVALID_INPUT_OUTPUT_METHOD_PARAMETERS

      public static final String INVALID_INPUT_OUTPUT_METHOD_PARAMETERS
      Error message when the input or output annotation got placed on a method parameter.
      See Also:
    • NO_INPUT_DESTINATION

      public static final String NO_INPUT_DESTINATION
      Error message when no input destination was provided.
      See Also:
    • AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS

      public static final String AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS
      Error message when an ambiguous message handler method argument was found.
      See Also:
    • INVALID_INPUT_VALUES

      public static final String INVALID_INPUT_VALUES
      Error message when invalid input values where set.
      See Also:
    • INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM

      public static final String INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM
      Error message when invalid input value with output method parameter was set.
      See Also:
    • INVALID_OUTPUT_VALUES

      public static final String INVALID_OUTPUT_VALUES
      Error message when invalid output values were set.
      See Also:
    • CONDITION_ON_DECLARATIVE_METHOD

      public static final String CONDITION_ON_DECLARATIVE_METHOD
      Error message when condition was set in declarative mode.
      See Also:
    • CONDITION_ON_METHOD_RETURNING_VALUE

      public static final String CONDITION_ON_METHOD_RETURNING_VALUE
      Error message when condition was set for methods that return a value.
      See Also:
    • MULTIPLE_VALUE_RETURNING_METHODS

      public static final String MULTIPLE_VALUE_RETURNING_METHODS
      Error message when multiple value returning methods were provided.
      See Also:
    • INPUT_AT_STREAM_LISTENER

      public static final String INPUT_AT_STREAM_LISTENER
      Error message when @StreamListener was used with @Input.
      See Also:
    • RETURN_TYPE_NO_OUTBOUND_SPECIFIED

      public static final String RETURN_TYPE_NO_OUTBOUND_SPECIFIED
      Error message when invalid input value with output method parameter was set.
      See Also:
    • RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED

      public static final String RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED
      Error message when return type was specified for multiple outbound targets.
      See Also:
    • INVALID_DECLARATIVE_METHOD_PARAMETERS

      public static final String INVALID_DECLARATIVE_METHOD_PARAMETERS
      Error message when invalid declarative method parameters were set.
      See Also:
  • Constructor Details

    • StreamListenerErrorMessages

      public StreamListenerErrorMessages()