@Message(id=100,
value="Invoker not initialized")
StringinvokerNotInitialized()
workerPoolNotInitialized
@Message(id=101,
value="Worker pool not initialized")
StringworkerPoolNotInitialized()
nameMustBeSet
@Message(id=102,
value="\'name\' must be set")
StringnameMustBeSet()
methodCallingExceptionMessage
@Message(id=103,
value="Exception thrown when calling the method %s")
StringmethodCallingExceptionMessage(String method)
methodReturnedNull
@Message(id=104,
value="The method %s returned `null`")
StringmethodReturnedNull(String methodAsString)
weavingSynchronousError
@Message(id=105,
value="Synchronous error caught during the subscription of `%s`")
StringweavingSynchronousError(String sources)
weavingUnableToConnect
@Message(id=106,
value="Unable to connect stream `%s` (%s) - several publishers are available (%d), use the @Merge annotation to indicate the merge strategy.")
StringweavingUnableToConnect(String source,
String method,
int number)
actionNotProvided
@Message(id=107,
value="Action to execute not provided")
StringactionNotProvided()
workerNameNotSpecified
@Message(id=108,
value="Worker Name not specified")
StringworkerNameNotSpecified()
methodWasEmpty
@Message(id=109,
value="Method was empty")
StringmethodWasEmpty()
classNameWasEmpty
@Message(id=110,
value="className was empty")
StringclassNameWasEmpty()
annotatedTypeWasEmpty
@Message(id=111,
value="AnnotatedType was empty")
StringannotatedTypeWasEmpty()
isNull
@Message(id=113,
value="%s is null")
StringisNull(String name)
prefixMustNotBeSet
@Message(id=117,
value="the prefix must not be set")
StringprefixMustNotBeSet()
configMustNotBeSet
@Message(id=118,
value="the config must not be set")
StringconfigMustNotBeSet()
channelMustNotBeSet
@Message(id=119,
value="the channel name must be set")
StringchannelMustNotBeSet()
streamMustBeSet
@Message(id=120,
value="\'stream\' must be set")
StringstreamMustBeSet()
subscriberMustBeSet
@Message(id=121,
value="\'subscriber\' must be set")
StringsubscriberMustBeSet()
emitterMustBeSet
@Message(id=122,
value="\'emitter\' must be set")
StringemitterMustBeSet()
methodMustBeSet
@Message(id=123,
value="\'method\' must be set")
StringmethodMustBeSet()
beanMustBeSet
@Message(id=124,
value="\'bean\' must be set")
StringbeanMustBeSet()