Content Type Negotiation

message handler example fix
This commit is contained in:
Eugen Cristea
2021-11-28 20:00:30 +02:00
committed by Oleg Zhurakousky
parent bb4064d883
commit f860177381

View File

@@ -2514,7 +2514,7 @@ To better understand the mechanics and the necessity behind content-type negotia
[source, java]
----
public Function<Person, Person> personFunction {..}
public Function<Person, String> personFunction {..}
----
NOTE: For simplicity, we assume that this is the only handler function in the application (we assume there is no internal pipeline).