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 some env variables and passed user: - when C8Y.microservice.isolation is defined, then microservice runs on new SDK in kubernetes (Current) - when C8Y.microservice.isolation not defined, then microservice should support old SDK (Legacy) - when C8Y.custom.autoregistration is set to "true", and user passed to builder is 'current servicebootstrap' (eg. servicebootstrap_lwm2m) then microservice should support helm-based deployments (Autoregistration) - default value is LegacyConstructors 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 TypeClassDescriptionclassThis class should be used with services which are not managed by Core Platform.classworks with platform API >= 8.18classworks OK with platform API older than 8.18