Skip to content

Commit 02ac73e

Browse files
author
Alexander Furer
committed
formatting
1 parent d938d8b commit 02ac73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ This gives you the ability to setup the desired order of built-in and your custo
268268

269269
The way grpc interceptor works is that it intercepts the call and returns the server call listener, which in turn can intercept the request message as well, before forwarding it to the actual service call handler :
270270

271-
****
271+
****
272272
`interceptor_1(interceptCall)` -> `interceptor_2(interceptCall)` -> `interceptor_3(interceptCall)` -> +
273273
`interceptor_1(On_Message)`-> `interceptor_2(On_Message)`-> `interceptor_3(On_Message)`-> +
274274
`actual service call`

0 commit comments

Comments
 (0)