Uses of Class
org.chenile.core.external.ExternalApiProperties
Packages that use ExternalApiProperties
Package
Description
Chenile core beans are initialized in Spring.
Define Core Chenile interceptors
-
Uses of ExternalApiProperties in org.chenile.configuration.core
Methods in org.chenile.configuration.core that return ExternalApiPropertiesMethods in org.chenile.configuration.core with parameters of type ExternalApiPropertiesModifier and TypeMethodDescriptionChenileCoreConfiguration.chenileExternalClient(ExternalApiPublisher externalApiPublisher, ExternalApiProperties externalApiProperties, ExternalApiLogSupport externalApiLogSupport) ChenileCoreConfiguration.externalApiLogSupport(ExternalApiProperties externalApiProperties) -
Uses of ExternalApiProperties in org.chenile.core.external
Fields in org.chenile.core.external declared as ExternalApiPropertiesModifier and TypeFieldDescriptionprivate final ExternalApiPropertiesChenileExternalClient.propertiesprivate final ExternalApiPropertiesExternalApiLogSupport.propertiesConstructors in org.chenile.core.external with parameters of type ExternalApiPropertiesModifierConstructorDescriptionChenileExternalClient(RestTemplate restTemplate, ExternalApiPublisher publisher, ExternalApiProperties properties, ExternalApiLogSupport logSupport) ExternalApiLogSupport(ExternalApiProperties properties) -
Uses of ExternalApiProperties in org.chenile.core.interceptors
Fields in org.chenile.core.interceptors declared as ExternalApiProperties -
Uses of ExternalApiProperties in org.chenile.pubsub.configuration
Methods in org.chenile.pubsub.configuration with parameters of type ExternalApiPropertiesModifier and TypeMethodDescriptionPubSubConfiguration.externalApiPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties externalApiProperties) -
Uses of ExternalApiProperties in org.chenile.pubsub.logging
Fields in org.chenile.pubsub.logging declared as ExternalApiPropertiesModifier and TypeFieldDescriptionprivate final ExternalApiPropertiesPubSubExternalApiPublisher.propertiesConstructors in org.chenile.pubsub.logging with parameters of type ExternalApiPropertiesModifierConstructorDescriptionPubSubExternalApiLogPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties properties) Deprecated.PubSubExternalApiPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties properties)