Fix grammar in Integration chapter regarding MDPs

This commit is contained in:
Sam Brannen 2019-08-09 13:14:46 +02:00
parent e4fec9364c
commit 0cdf992433
1 changed files with 5 additions and 5 deletions

View File

@ -2102,11 +2102,11 @@ Consider the following interface definition:
} }
---- ----
Notice that, although the interface extends Notice that, although the interface extends neither the `MessageListener` nor the
neither the `MessageListener` nor the `SessionAwareMessageListener` interface, you can still use it `SessionAwareMessageListener` interface, you can still use it as an MDP by using the
as a MDP by using the `MessageListenerAdapter` class. Notice also how the `MessageListenerAdapter` class. Notice also how the various message handling methods are
various message handling methods are strongly typed according to the contents of the strongly typed according to the contents of the various `Message` types that they can
various `Message` types that they can receive and handle. receive and handle.
Now consider the following implementation of the `MessageDelegate` interface: Now consider the following implementation of the `MessageDelegate` interface: