Interface RequestReplyExchanger

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 RequestReplyExchanger
Interface for a request/reply Message exchange. This will be used as a default by GatewayProxyFactoryBean if no 'service-interface' property has been provided.
Since:
2.0
Author:
Oleg Zhurakousky, Mark Fisher, Artem Bilan
  • Method Summary

    Modifier and Type
    Method
    Description
    exchange(Message<?> request)