Class MessageMappingReflectiveProcessor

java.lang.Object
org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
All Implemented Interfaces:
ReflectiveProcessor

public class MessageMappingReflectiveProcessor extends Object implements ReflectiveProcessor
ReflectiveProcessor implementation for types annotated with @MessageMapping, @SubscribeMapping and @MessageExceptionHandler. In addition to registering reflection hints for invoking the annotated method, this implementation handles:
Since:
6.0
Author:
Sebastien Deleuze