Uses of Enum Class
com.cumulocity.microservice.subscription.model.core.PlatformProperties.IsolationLevel
Packages that use PlatformProperties.IsolationLevel
-
Uses of PlatformProperties.IsolationLevel in com.cumulocity.microservice.subscription.model.core
Methods in com.cumulocity.microservice.subscription.model.core that return PlatformProperties.IsolationLevelModifier and TypeMethodDescriptionPlatformProperties.getIsolation()Returns the enum constant of this class with the specified name.static PlatformProperties.IsolationLevel[]PlatformProperties.IsolationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cumulocity.microservice.subscription.model.core with parameters of type PlatformProperties.IsolationLevelModifier and TypeMethodDescriptionPlatformProperties.PlatformPropertiesBuilder.isolation(PlatformProperties.IsolationLevel isolation) voidPlatformProperties.setIsolation(PlatformProperties.IsolationLevel isolation) Constructors in com.cumulocity.microservice.subscription.model.core with parameters of type PlatformProperties.IsolationLevelModifierConstructorDescriptionPlatformProperties(String applicationName, String applicationKey, com.google.common.base.Supplier<String> url, com.google.common.base.Supplier<String> mqttUrl, Credentials microserviceBoostrapUser, Credentials microserviceUser, Integer subscriptionDelay, Integer subscriptionInitialDelay, PlatformProperties.IsolationLevel isolation, boolean forceInitialHost)