Uses of Interface
com.cumulocity.microservice.subscription.repository.MicroserviceRepository
Packages that use MicroserviceRepository
Package
Description
-
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.annotation
Methods in com.cumulocity.microservice.subscription.annotation that return MicroserviceRepositoryModifier and TypeMethodDescriptionEnableMicroserviceSubscriptionConfiguration.microserviceRepository
(PlatformProperties properties, org.springframework.core.env.Environment environment) -
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.repository
Methods in com.cumulocity.microservice.subscription.repository that return MicroserviceRepositoryModifier and TypeMethodDescriptionMicroserviceRepositoryBuilder.build()
creates MicroserviceRepository implementation according to microservice isolation env variable: - when C8Y.microservice.isolation is defined, then microservice runs on new SDK (8.18+) in kubernetes - when C8Y.microservice.isolation not defined, then microservice should support old SDK (before 8.18)Constructors in com.cumulocity.microservice.subscription.repository with parameters of type MicroserviceRepositoryModifierConstructorDescriptionMicroserviceSubscriptionsRepository
(MicroserviceRepository repository, PlatformProperties platformProperties) -
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.repository.impl
Classes in com.cumulocity.microservice.subscription.repository.impl that implement MicroserviceRepositoryModifier and TypeClassDescriptionclass
works with platform API >= 8.18class
works OK with platform API older than 8.18