Interface MessageTypeResolver

All Known Implementing Classes:
AnnotationMessageTypeResolver, ClassBasedMessageTypeResolver, HierarchicalMessageTypeResolver, NamespaceMessageTypeResolver, StructuralAwareMessageTypeResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MessageTypeResolver
Functional interface describing a resolver from Message payload to it's type. Used to set the type when putting the given payload on its respective bus.
Since:
5.0.0
Author:
Allard Buijze, Mitchell Herrijgers, Steven van Beelen