Package com.totvs.tjf.lscloud.messaging
Interface LscloudExchange
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.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.SubscribableChannelDeprecated, for removal: This API element is subject to removal in a future version.org.springframework.messaging.MessageChannelDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
inputChannel
@Input("lscloud-consumer") org.springframework.messaging.SubscribableChannel inputChannel()Deprecated, for removal: This API element is subject to removal in a future version. -
outputChannel
@Output("lscloud-producer") org.springframework.messaging.MessageChannel outputChannel()Deprecated, for removal: This API element is subject to removal in a future version.
-