MessageAnnotationFunctionCondition

Condition that checks if a function should be included based on message annotations.

This condition checks for specific annotations or default function names to determine if a function should be processed as a message handler.

Constructors

Link copied to clipboard
constructor(vararg onMessageAnnotations: KClass<out Annotation>)

Functions

Link copied to clipboard
open operator override fun invoke(function: KFunction<*>): Boolean

Checks if the function meets the condition for inclusion.