JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Interfaces
Methods
Deprecated Interfaces
Interface
Description
com.technia.tif.enovia.kafka.MessageContext
com.technia.tif.enovia.kafka.MessageReceiver
since 2026.2.0. This interface is part of the legacy API and is retained for backward compatibility. New implementations should use
KafkaMessageReceiver
instead, which provides a context-based API for message processing and result handling.
Deprecated Methods
Method
Description
com.technia.tif.enovia.integration.create.Context.getValue
(String)
Use
Context.getValue(Select)
instead
com.technia.tif.enovia.integration.create.Context.getValues
(String)
Use
Context.getValues(Select)
instead
com.technia.tif.enovia.job.reply.config.ReplyHandlerContext.setResult
(boolean, String)
com.technia.tif.enovia.job.reply.config.ReplyHandlerContext.setResult
(boolean, String, Map<String, String>)
KafkaMessageReceiverinstead, which provides a context-based API for message processing and result handling.