Interface AMQPMessages
-
- All Known Implementing Classes:
AMQPMessages_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface AMQPMessages
Messages for AMQP Connector Assigned ID range is 16100-16199
-
-
Field Summary
Fields Modifier and Type Field Description static AMQPMessages
msg
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
actionNotProvided()
String
annotatedTypeWasEmpty()
String
channelMustNotBeSet()
String
classNameWasEmpty()
String
configMustNotBeSet()
String
invalidNumberOfTypeParameters(int parameterLength, int argumentLength)
String
invalidOwnerForParameterized(Type owner, Class<?> raw)
String
invokerNotInitialized()
String
isNull(String name)
String
methodCallingExceptionMessage(String method)
String
methodReturnedNull(String methodAsString)
String
methodWasEmpty()
String
mustBeSet(String name)
String
noOwnerAllowed(Class<?> raw)
String
nullSpecifiedForBounds()
String
prefixMustNotBeSet()
String
weavingSynchronousError(String sources)
String
weavingUnableToConnect(String source, String method, int number)
String
workerNameNotSpecified()
String
workerPoolNotInitialized()
-
-
-
Field Detail
-
msg
static final AMQPMessages msg
-
-
Method Detail
-
invokerNotInitialized
@Message(id=16100, value="Invoker not initialized") String invokerNotInitialized()
-
workerPoolNotInitialized
@Message(id=16101, value="Worker pool not initialized") String workerPoolNotInitialized()
-
methodCallingExceptionMessage
@Message(id=16103, value="Exception thrown when calling the method %s") String methodCallingExceptionMessage(String method)
-
methodReturnedNull
@Message(id=16104, value="The method %s returned `null`") String methodReturnedNull(String methodAsString)
-
weavingSynchronousError
@Message(id=16105, value="Synchronous error caught during the subscription of `%s`") String weavingSynchronousError(String sources)
-
weavingUnableToConnect
@Message(id=16106, value="Unable to connect stream `%s` (%s) - several publishers are available (%d), use the @Merge annotation to indicate the merge strategy.") String weavingUnableToConnect(String source, String method, int number)
-
actionNotProvided
@Message(id=16107, value="Action to execute not provided") String actionNotProvided()
-
workerNameNotSpecified
@Message(id=16108, value="Worker Name not specified") String workerNameNotSpecified()
-
methodWasEmpty
@Message(id=16109, value="Method was empty") String methodWasEmpty()
-
classNameWasEmpty
@Message(id=16110, value="className was empty") String classNameWasEmpty()
-
annotatedTypeWasEmpty
@Message(id=16111, value="AnnotatedType was empty") String annotatedTypeWasEmpty()
-
nullSpecifiedForBounds
@Message(id=16112, value="null value specified for bounds array") String nullSpecifiedForBounds()
-
noOwnerAllowed
@Message(id=16114, value="no owner allowed for top-level %s") String noOwnerAllowed(Class<?> raw)
-
invalidOwnerForParameterized
@Message(id=16115, value="%s is invalid owner type for parameterized %s") String invalidOwnerForParameterized(Type owner, Class<?> raw)
-
invalidNumberOfTypeParameters
@Message(id=16116, value="invalid number of type parameters specified: expected %d, got %d") String invalidNumberOfTypeParameters(int parameterLength, int argumentLength)
-
prefixMustNotBeSet
@Message(id=16117, value="the prefix must not be set") String prefixMustNotBeSet()
-
configMustNotBeSet
@Message(id=16118, value="the config must not be set") String configMustNotBeSet()
-
channelMustNotBeSet
@Message(id=16119, value="the channel name must be set") String channelMustNotBeSet()
-
-