public static final StringSE | AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS | "Ambiguous method arguments for the StreamListener method" |
public static final StringSE | ATLEAST_ONE_OUTPUT | "At least one output must be specified" |
public static final StringSE | CONDITION_ON_DECLARATIVE_METHOD | "Cannot set a condition when using @StreamListener in declarative mode" |
public static final StringSE | CONDITION_ON_METHOD_RETURNING_VALUE | "Cannot set a condition for methods that return a value" |
public static final StringSE | INPUT_AT_STREAM_LISTENER | "A method annotated with @StreamListener may never be annotated with @Input. If it should listen to a specific input, use the value of @StreamListener instead" |
public static final StringSE | INVALID_DECLARATIVE_METHOD_PARAMETERS | "A method annotated with @StreamListener may use @Input or @Output annotations only in declarative mode and for parameters that are binding targets or convertible from binding targets." |
public static final StringSE | INVALID_INBOUND_NAME | "The @Input annotation must have the name of an input as value" |
public static final StringSE | INVALID_INPUT_OUTPUT_METHOD_PARAMETERS | "@Input or @Output annotations are not permitted on method parameters while using the @StreamListener value and a method-level output specification" |
public static final StringSE | INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM | "Setting the @StreamListener value when using @Output annotation as method parameter is not permitted. Use @Input method parameter annotation to specify inbound value instead" |
public static final StringSE | INVALID_INPUT_VALUES | "Cannot set both @StreamListener value and @Input annotation as method parameter" |
public static final StringSE | INVALID_OUTBOUND_NAME | "The @Output annotation must have the name of an input as value" |
public static final StringSE | INVALID_OUTPUT_VALUES | "Cannot set both output (@Output/@SendTo) method annotation value and @Output annotation as a method parameter" |
public static final StringSE | MULTIPLE_VALUE_RETURNING_METHODS | "If multiple @StreamListener methods are listening to the same binding target, none of them may return a value" |
public static final StringSE | NO_INPUT_DESTINATION | "No input destination is configured. Use either the @StreamListener value or @Input" |
public static final StringSE | RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED | "A method annotated with @StreamListener having a return type should have only one outbound target specified" |
public static final StringSE | RETURN_TYPE_NO_OUTBOUND_SPECIFIED | "A method annotated with @StreamListener having a return type should also have an outbound target specified" |
public static final StringSE | SEND_TO_EMPTY_DESTINATION | "An empty destination cannot be specified" |
public static final StringSE | SEND_TO_MULTIPLE_DESTINATIONS | "Multiple destinations cannot be specified" |