fish.payara.notification.xmpp.XmppNotifierConfigurationInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project for IBM JDK
package fish.payara.notification.xmpp;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "xmpp-notifier-configuration", metadata = "@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@host=required,@host=datatype:java.lang.String,@host=leaf,@password=optional,@password=datatype:java.lang.String,@password=leaf,@port=optional,@port=default:5222,@port=datatype:java.lang.Integer,@port=leaf,@room-id=required,@room-id=datatype:java.lang.String,@room-id=leaf,@security-disabled=optional,@security-disabled=default:false,@security-disabled=datatype:java.lang.String,@security-disabled=leaf,@service-name=required,@service-name=datatype:java.lang.String,@service-name=leaf,@username=optional,@username=datatype:java.lang.String,@username=leaf,target=fish.payara.notification.xmpp.XmppNotifierConfiguration")
@InjectionTarget(XmppNotifierConfiguration.class)
public class XmppNotifierConfigurationInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy