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