
io.smallrye.reactive.messaging.gcp.pubsub.i18n.PubSubMessages_$bundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smallrye-reactive-messaging-gcp-pubsub Show documentation
Show all versions of smallrye-reactive-messaging-gcp-pubsub Show documentation
A module for Smallrye reactive messaging integration with GCP Pub/Sub Service
The newest version!
package io.smallrye.reactive.messaging.gcp.pubsub.i18n;
import java.util.Locale;
import java.io.Serializable;
import java.lang.String;
/**
* Warning this class consists of generated code.
*/
public class PubSubMessages_$bundle implements PubSubMessages, Serializable {
private static final long serialVersionUID = 1L;
protected PubSubMessages_$bundle() {}
public static final PubSubMessages_$bundle INSTANCE = new PubSubMessages_$bundle();
protected Object readResolve() {
return INSTANCE;
}
private static final Locale LOCALE = Locale.ROOT;
protected Locale getLoggingLocale() {
return LOCALE;
}
protected String mustNotBeNull$str() {
return "SRMSG14700: %s must be non-null";
}
@Override
public final String mustNotBeNull(final String fieldName) {
return String.format(getLoggingLocale(), mustNotBeNull$str(), fieldName);
}
protected String isRequired$str() {
return "SRMSG14701: %s is required";
}
@Override
public final String isRequired(final String fieldName) {
return String.format(getLoggingLocale(), isRequired$str(), fieldName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy