There is nothing special for asynchronous pattern implementation
on configuration side for services or clients because nothing changes for
message formats and other intermediary stuff when you use asynchronous pattern.
Service can implement its methods synchronously, but client
can get access to them asynchronously. In the opposite direction, clients can
implement some methods synchronously but the service can implement them
asynchronously.