Uses of Annotation Type
org.summerboot.jexpress.boot.config.annotation.Config
Packages that use Config
Package
Description
-
Uses of Config in org.summerboot.jexpress.integration.mqtt
Fields in org.summerboot.jexpress.integration.mqtt with annotations of type ConfigModifier and TypeFieldDescriptionprotected StringMqttClientConfig.clientIdprotected intMqttClientConfig.defaultQoSprotected KeyManagerFactoryMqttClientConfig.kmfprotected StringMqttClientConfig.passwordprotected StringMqttClientConfig.sslProtocolprotected TrustManagerFactoryMqttClientConfig.tmfprotected StringMqttClientConfig.usernameprotected booleanMqttClientConfig.verifyHostname -
Uses of Config in org.summerboot.jexpress.integration.smtp
Fields in org.summerboot.jexpress.integration.smtp with annotations of type ConfigModifier and TypeFieldDescriptionprotected intSMTPClientConfig.emailAlertDebouncingIntervalMinutesSMTPClientConfig.emailToAppSupportSMTPClientConfig.emailToDevelopmentSMTPClientConfig.emailToReportViewerprotected BooleanSMTPClientConfig.smtpAuthprotected StringSMTPClientConfig.smtpHostprotected StringSMTPClientConfig.smtpPasswordprotected intSMTPClientConfig.smtpPortprotected BooleanSMTPClientConfig.smtpStarttlsprotected StringSMTPClientConfig.smtpUserprotected StringSMTPClientConfig.smtpUserDisplayName -
Uses of Config in org.summerboot.jexpress.nio.grpc
Fields in org.summerboot.jexpress.nio.grpc with annotations of type ConfigModifier and TypeFieldDescriptionprotected ListGRPCClientConfig.ciphersprotected KeyManagerFactoryGRPCClientConfig.kmfprotected KeyManagerFactoryGRPCServerConfig.kmfprotected StringGRPCClientConfig.overrideAuthorityprotected String[]GRPCClientConfig.sslProtocolsprotected TrustManagerFactoryGRPCClientConfig.tmfprotected TrustManagerFactoryGRPCServerConfig.tmfprotected URIGRPCClientConfig.uri