Table of Contents

Class StreamListenerErrorMessages

Namespace
Steeltoe.Stream.Binding
Assembly
Steeltoe.Stream.StreamBase.dll
public static class StreamListenerErrorMessages
Inheritance
StreamListenerErrorMessages
Inherited Members

Fields

AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS

public const string AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS = "Ambiguous method arguments for the StreamListener method"

Field Value

string

ATLEAST_ONE_OUTPUT

public const string ATLEAST_ONE_OUTPUT = "At least one output must be specified"

Field Value

string

CONDITION_ON_DECLARATIVE_METHOD

public const string CONDITION_ON_DECLARATIVE_METHOD = "Cannot set a condition when using StreamListener in declarative mode"

Field Value

string

CONDITION_ON_METHOD_RETURNING_VALUE

public const string CONDITION_ON_METHOD_RETURNING_VALUE = "Cannot set a condition for methods that return a value"

Field Value

string

INPUT_AT_STREAM_LISTENER

public const string INPUT_AT_STREAM_LISTENER = "A method attributed with StreamListener may never be annotated with Input. If it should listen to a specific input, use the value of StreamListener instead"

Field Value

string

INVALID_DECLARATIVE_METHOD_PARAMETERS

public const string INVALID_DECLARATIVE_METHOD_PARAMETERS = "A method attributed with StreamListener may use Input or Output attributes only in declarative mode and for parameters that are binding targets or convertible from binding targets."

Field Value

string

INVALID_INBOUND_NAME

public const string INVALID_INBOUND_NAME = "The Input attribute must have the name of an input as value"

Field Value

string

INVALID_INPUT_OUTPUT_METHOD_PARAMETERS

public const string INVALID_INPUT_OUTPUT_METHOD_PARAMETERS = "Input or Output attribute are not permitted on method parameters while using the StreamListener value and a method-level output specification"

Field Value

string

INVALID_INPUT_VALUES

public const string INVALID_INPUT_VALUES = "Cannot set both StreamListener value and Input attribute as method parameter"

Field Value

string

INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM

public const string INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM = "Setting the StreamListener value when using Output attribute as method parameter is not permitted. Use Input method parameter attribute to specify inbound value instead"

Field Value

string

INVALID_OUTBOUND_NAME

public const string INVALID_OUTBOUND_NAME = "The Output attribute must have the name of an output as value"

Field Value

string

INVALID_OUTPUT_VALUES

public const string INVALID_OUTPUT_VALUES = "Cannot set both output (Output/SendTo) method attribute value and Output attribute as a method parameter"

Field Value

string

MULTIPLE_VALUE_RETURNING_METHODS

public const string MULTIPLE_VALUE_RETURNING_METHODS = "If multiple StreamListener methods are listening to the same binding target, none of them may return a value"

Field Value

string

NO_INPUT_DESTINATION

public const string NO_INPUT_DESTINATION = "No input destination is configured. Use either the StreamListener value or Input"

Field Value

string

RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED

public const string RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED = "A method attributed with StreamListener having a return type should have only one outbound target specified"

Field Value

string

RETURN_TYPE_NO_OUTBOUND_SPECIFIED

public const string RETURN_TYPE_NO_OUTBOUND_SPECIFIED = "A method attributed with StreamListener having a return type should also have an outbound target specified"

Field Value

string

SEND_TO_EMPTY_DESTINATION

public const string SEND_TO_EMPTY_DESTINATION = "An empty destination cannot be specified"

Field Value

string

SEND_TO_MULTIPLE_DESTINATIONS

public const string SEND_TO_MULTIPLE_DESTINATIONS = "Multiple destinations cannot be specified"

Field Value

string