Uses of Interface
com.cumulocity.microservice.subscription.repository.MicroserviceRepository
Package
Description
-
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.annotation
Modifier and TypeMethodDescriptionEnableMicroserviceSubscriptionConfiguration.microserviceRepository
(PlatformProperties properties, org.springframework.core.env.Environment environment) -
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.repository
Modifier 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)ModifierConstructorDescriptionMicroserviceSubscriptionsRepository
(MicroserviceRepository repository, PlatformProperties platformProperties) -
Uses of MicroserviceRepository in com.cumulocity.microservice.subscription.repository.impl
Modifier and TypeClassDescriptionclass
works with platform API >= 8.18class
works OK with platform API older than 8.18