Skip to content

Commit

Permalink
Added Dispatch and Handler Interceptor support
Browse files Browse the repository at this point in the history
  • Loading branch information
saratry committed Apr 4, 2018
1 parent 8cf3f77 commit 840d20c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
public class GenericDispatchInterceptorsTest {

@Test
public void registerSingleInterceptor() {
public void registerInterceptors() {
List<String> results = new ArrayList<>();
GenericDispatchInterceptors<Message<?>> dispatchInterceptors = new GenericDispatchInterceptors<>();
dispatchInterceptors.registerDispatchInterceptor(messages -> (a, b) -> {
Expand Down

0 comments on commit 840d20c

Please sign in to comment.