Package com.totvs.tjf.lscloud.config
Class LscloudProperties
java.lang.Object
com.totvs.tjf.lscloud.config.LscloudProperties
@Deprecated(since="3.26.1-RELEASE",
forRemoval=true)
@Configuration
@ConfigurationProperties("tjf.lscloud")
public class LscloudProperties
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Desde 3.26.1-RELEASE — Integração com LSCloud via mensageria foi descontinuado.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected voidinit()Deprecated, for removal: This API element is subject to removal in a future version.voidsetGroupId(String groupId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModuleId(String moduleId) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
LscloudProperties
public LscloudProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getModuleId
@Deprecated(since="3.26.1-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(reason="M\u00f3dulo LSCloud descontinuado.Motivo: Integra\u00e7\u00e3o com LSCloud via mensageria foi descontinuado.", replacement="tjf.metrics.micrometer.*") public String getModuleId()Deprecated, for removal: This API element is subject to removal in a future version. -
setModuleId
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupId
@Deprecated(since="3.26.1-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(reason="M\u00f3dulo LSCloud descontinuado.Motivo: Integra\u00e7\u00e3o com LSCloud via mensageria foi descontinuado.", replacement="tjf.metrics.micrometer.*") public String getGroupId()Deprecated, for removal: This API element is subject to removal in a future version. -
setGroupId
Deprecated, for removal: This API element is subject to removal in a future version. -
getSlotId
@Deprecated(since="3.26.1-RELEASE", forRemoval=true) @DeprecatedConfigurationProperty(reason="M\u00f3dulo LSCloud descontinuado.Motivo: Integra\u00e7\u00e3o com LSCloud via mensageria foi descontinuado.", replacement="tjf.metrics.micrometer.*") public String getSlotId()Deprecated, for removal: This API element is subject to removal in a future version. -
setSlotId
Deprecated, for removal: This API element is subject to removal in a future version. -
init
@PostConstruct protected void init()Deprecated, for removal: This API element is subject to removal in a future version.
-