Uses of Interface
org.springframework.kafka.streams.messaging.MessagingFunction
Packages that use MessagingFunction
Package
Description
Package for classes related to spring-messaging with Kafka Streams.
-
Uses of MessagingFunction in org.springframework.kafka.streams.messaging
Constructors in org.springframework.kafka.streams.messaging with parameters of type MessagingFunctionModifierConstructorDescriptionMessagingProcessor
(MessagingFunction function, MessagingMessageConverter converter) Construct an instance with the provided function and converter.