TopicKindCapable
interface TopicKindCapable
Interface for entities that are aware of their topic kind.
Classes implementing this interface can report their associated topic kind, enabling type-safe handling and routing based on the topic category. This is useful for processors, handlers, and routing components that need to behave differently based on the message pattern.