Interface ProviderMessages
-
- All Known Implementing Classes:
ProviderMessages_$bundle
@MessageBundle(projectCode="SRMSG", length=5) public interface ProviderMessages
-
-
Field Summary
Fields Modifier and Type Field Description static ProviderMessages
msg
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
actionNotProvided()
String
annotatedTypeWasEmpty()
String
beanMustBeSet()
String
channelMustNotBeSet()
String
classNameWasEmpty()
String
configMustNotBeSet()
String
emitterMustBeSet()
String
invalidNumberOfTypeParameters(int parameterLength, int argumentLength)
String
invalidOwnerForParameterized(Type owner, Class<?> raw)
String
invokerNotInitialized()
String
isNull(String name)
String
methodCallingExceptionMessage(String method)
String
methodMustBeSet()
String
methodReturnedNull(String methodAsString)
String
methodWasEmpty()
String
nameMustBeSet()
String
noOwnerAllowed(Class<?> raw)
String
nullSpecifiedForBounds()
String
prefixMustNotBeSet()
String
streamMustBeSet()
String
subscriberMustBeSet()
String
weavingSynchronousError(String sources)
String
weavingUnableToConnect(String source, String method, int number)
String
workerNameNotSpecified()
String
workerPoolNotInitialized()
-
-
-
Field Detail
-
msg
static final ProviderMessages msg
-
-
Method Detail
-
invokerNotInitialized
@Message(id=100, value="Invoker not initialized") String invokerNotInitialized()
-
workerPoolNotInitialized
@Message(id=101, value="Worker pool not initialized") String workerPoolNotInitialized()
-
nameMustBeSet
@Message(id=102, value="\'name\' must be set") String nameMustBeSet()
-
methodCallingExceptionMessage
@Message(id=103, value="Exception thrown when calling the method %s") String methodCallingExceptionMessage(String method)
-
methodReturnedNull
@Message(id=104, value="The method %s returned `null`") String methodReturnedNull(String methodAsString)
-
weavingSynchronousError
@Message(id=105, value="Synchronous error caught during the subscription of `%s`") String weavingSynchronousError(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.") String weavingUnableToConnect(String source, String method, int number)
-
actionNotProvided
@Message(id=107, value="Action to execute not provided") String actionNotProvided()
-
workerNameNotSpecified
@Message(id=108, value="Worker Name not specified") String workerNameNotSpecified()
-
methodWasEmpty
@Message(id=109, value="Method was empty") String methodWasEmpty()
-
classNameWasEmpty
@Message(id=110, value="className was empty") String classNameWasEmpty()
-
annotatedTypeWasEmpty
@Message(id=111, value="AnnotatedType was empty") String annotatedTypeWasEmpty()
-
nullSpecifiedForBounds
@Message(id=112, value="null value specified for bounds array") String nullSpecifiedForBounds()
-
noOwnerAllowed
@Message(id=114, value="no owner allowed for top-level %s") String noOwnerAllowed(Class<?> raw)
-
invalidOwnerForParameterized
@Message(id=115, value="%s is invalid owner type for parameterized %s") String invalidOwnerForParameterized(Type owner, Class<?> raw)
-
invalidNumberOfTypeParameters
@Message(id=116, value="invalid number of type parameters specified: expected %d, got %d") String invalidNumberOfTypeParameters(int parameterLength, int argumentLength)
-
prefixMustNotBeSet
@Message(id=117, value="the prefix must not be set") String prefixMustNotBeSet()
-
configMustNotBeSet
@Message(id=118, value="the config must not be set") String configMustNotBeSet()
-
channelMustNotBeSet
@Message(id=119, value="the channel name must be set") String channelMustNotBeSet()
-
streamMustBeSet
@Message(id=120, value="\'stream\' must be set") String streamMustBeSet()
-
subscriberMustBeSet
@Message(id=121, value="\'subscriber\' must be set") String subscriberMustBeSet()
-
emitterMustBeSet
@Message(id=122, value="\'emitter\' must be set") String emitterMustBeSet()
-
methodMustBeSet
@Message(id=123, value="\'method\' must be set") String methodMustBeSet()
-
beanMustBeSet
@Message(id=124, value="\'bean\' must be set") String beanMustBeSet()
-
-