Class StreamListenerErrorMessages
java.lang.Object
org.springframework.cloud.stream.binding.StreamListenerErrorMessages
- Author:
- Ilayaperumal Gopinathan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringError message when an ambiguous message handler method argument was found.static final StringError message when there were no outputs specified.static final StringError message when condition was set in declarative mode.static final StringError message when condition was set for methods that return a value.static final StringError message when @StreamListener was used with @Input.static final StringError message when invalid declarative method parameters were set.static final StringError message when the inbound name was invalid.static final StringError message when the input or output annotation got placed on a method parameter.static final StringError message when invalid input value with output method parameter was set.static final StringError message when invalid input values where set.static final StringError message when the outbound name was invalid.static final StringError message when invalid output values were set.static final StringError message when multiple value returning methods were provided.static final StringError message when no input destination was provided.static final StringError message when return type was specified for multiple outbound targets.static final StringError message when invalid input value with output method parameter was set.static final StringError message when empty destination was provided.static final StringError message when multiple destinations were specified. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_INBOUND_NAME
Error message when the inbound name was invalid.- See Also:
-
INVALID_OUTBOUND_NAME
Error message when the outbound name was invalid.- See Also:
-
ATLEAST_ONE_OUTPUT
Error message when there were no outputs specified.- See Also:
-
SEND_TO_MULTIPLE_DESTINATIONS
Error message when multiple destinations were specified.- See Also:
-
SEND_TO_EMPTY_DESTINATION
Error message when empty destination was provided.- See Also:
-
INVALID_INPUT_OUTPUT_METHOD_PARAMETERS
Error message when the input or output annotation got placed on a method parameter.- See Also:
-
NO_INPUT_DESTINATION
Error message when no input destination was provided.- See Also:
-
AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS
Error message when an ambiguous message handler method argument was found.- See Also:
-
INVALID_INPUT_VALUES
Error message when invalid input values where set.- See Also:
-
INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM
Error message when invalid input value with output method parameter was set.- See Also:
-
INVALID_OUTPUT_VALUES
Error message when invalid output values were set.- See Also:
-
CONDITION_ON_DECLARATIVE_METHOD
Error message when condition was set in declarative mode.- See Also:
-
CONDITION_ON_METHOD_RETURNING_VALUE
Error message when condition was set for methods that return a value.- See Also:
-
MULTIPLE_VALUE_RETURNING_METHODS
Error message when multiple value returning methods were provided.- See Also:
-
INPUT_AT_STREAM_LISTENER
Error message when @StreamListener was used with @Input.- See Also:
-
RETURN_TYPE_NO_OUTBOUND_SPECIFIED
Error message when invalid input value with output method parameter was set.- See Also:
-
RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED
Error message when return type was specified for multiple outbound targets.- See Also:
-
INVALID_DECLARATIVE_METHOD_PARAMETERS
Error message when invalid declarative method parameters were set.- See Also:
-
-
Constructor Details
-
StreamListenerErrorMessages
public StreamListenerErrorMessages()
-