简体   繁体   中英

Cannot find class SubscriberIdAndMessage

I'm trying to use the SubscriberIdAndMessage from io.eventuate.tram.consumer.common, but when I try to import it, the compiler doesn't found it. However, it finds other classes from the io.eventuate.tram.consumer.common package, like MessageHandlerDecoratorChain or MessageHandlerDecorator. Do you know what might be the problem here?

Have you tried seing if the class SubscriberIdAndMessage is public?

If you put class SubscriberIdAndMessage, it is not the same as public class SubscriberIdAndMessage.

If this is not the issue, can you post a screenshot of the error?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM