You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public interface TestGateway {
void sayHello(@Payload String name);
}
When the Message is created the annotated value will become the payload. Is there any value in supporting an expression in the annotation like we do for mapping from Messages to arguments, e.g.