Fork me on GitHub
#interop
<
2023-05-08
>
timo13:05:39

Hi, I am trying to reify the https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/api/com/rabbitmq/stream/MessageHandler.html. The only method it has is handle and it takes two args MessageHandler.Context context, Message message . I don't get how to work with the interface MessageHandler.Context here. How do I import this interface and how do I reference it in a reify?