Uses of Annotation Type
org.summerboot.jexpress.boot.config.annotation.Config
Packages that use Config
-
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