Fix grammar in Integration chapter regarding MDPs
This commit is contained in:
parent
e4fec9364c
commit
0cdf992433
|
@ -2102,11 +2102,11 @@ Consider the following interface definition:
|
|||
}
|
||||
----
|
||||
|
||||
Notice that, although the interface extends
|
||||
neither the `MessageListener` nor the `SessionAwareMessageListener` interface, you can still use it
|
||||
as a MDP by using the `MessageListenerAdapter` class. Notice also how the
|
||||
various message handling methods are strongly typed according to the contents of the
|
||||
various `Message` types that they can receive and handle.
|
||||
Notice that, although the interface extends neither the `MessageListener` nor the
|
||||
`SessionAwareMessageListener` interface, you can still use it as an MDP by using the
|
||||
`MessageListenerAdapter` class. Notice also how the various message handling methods are
|
||||
strongly typed according to the contents of the various `Message` types that they can
|
||||
receive and handle.
|
||||
|
||||
Now consider the following implementation of the `MessageDelegate` interface:
|
||||
|
||||
|
|
Loading…
Reference in New Issue