Uses of Class
com.cumulocity.microservice.subscription.model.core.PlatformProperties
Packages that use PlatformProperties
Package
Description
-
Uses of PlatformProperties in com.cumulocity.microservice.monitoring.health.indicator
Methods in com.cumulocity.microservice.monitoring.health.indicator with parameters of type PlatformPropertiesModifier and TypeMethodDescriptionPlatformHealthIndicatorConfiguration.platformHealthIndicator(ContextService<MicroserviceCredentials> microservice, PlatformProperties properties, PlatformHealthIndicatorProperties configuration) -
Uses of PlatformProperties in com.cumulocity.microservice.settings.annotation
Methods in com.cumulocity.microservice.settings.annotation with parameters of type PlatformPropertiesModifier and TypeMethodDescriptionEnableTenantOptionSettingsConfiguration.currentApplicationSettingsApi(com.cumulocity.sdk.client.RestOperations restOperations, PlatformProperties platformProperties) EnableTenantOptionSettingsConfiguration.microserviceSettingsService(PlatformProperties platformProperties, ContextService<MicroserviceCredentials> contextService, CurrentApplicationSettingsApi currentApplicationSettingsApi) -
Uses of PlatformProperties in com.cumulocity.microservice.subscription.annotation
Methods in com.cumulocity.microservice.subscription.annotation that return PlatformPropertiesModifier and TypeMethodDescriptionEnableMicroserviceSubscriptionConfiguration.platformProperties(PlatformProperties.PlatformPropertiesProvider platformPropertiesProvider) Methods in com.cumulocity.microservice.subscription.annotation with parameters of type PlatformPropertiesModifier and TypeMethodDescriptionEnableMicroserviceSubscriptionConfiguration.microserviceRepository(PlatformProperties properties, org.springframework.core.env.Environment environment) -
Uses of PlatformProperties in com.cumulocity.microservice.subscription.model.core
Methods in com.cumulocity.microservice.subscription.model.core that return PlatformPropertiesModifier and TypeMethodDescriptionPlatformProperties.PlatformPropertiesBuilder.build()PlatformProperties.PlatformPropertiesProvider.platformProperties(String defaultName) -
Uses of PlatformProperties in com.cumulocity.microservice.subscription.repository
Constructors in com.cumulocity.microservice.subscription.repository with parameters of type PlatformPropertiesModifierConstructorDescriptionMicroserviceSubscriptionsRepository(MicroserviceRepository repository, PlatformProperties platformProperties) -
Uses of PlatformProperties in com.cumulocity.microservice.subscription.service.impl
Constructors in com.cumulocity.microservice.subscription.service.impl with parameters of type PlatformPropertiesModifierConstructorDescriptionMicroserviceSubscriptionScheduler(MicroserviceSubscriptionsService service, PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher) MicroserviceSubscriptionsServiceImpl(PlatformProperties properties, org.springframework.context.ApplicationEventPublisher eventPublisher, MicroserviceSubscriptionsRepository repository, MicroserviceMetadataRepresentation microserviceMetadataRepresentation, ContextService<MicroserviceCredentials> contextService)