@FunctionalInterface public interface DispatchInterceptor
| Modifier and Type | Method and Description |
|---|---|
Function<Message,SerializedMessage> |
interceptDispatch(Function<Message,SerializedMessage> function) |
default DispatchInterceptor |
merge(DispatchInterceptor nextInterceptor) |
Function<Message,SerializedMessage> interceptDispatch(Function<Message,SerializedMessage> function)
default DispatchInterceptor merge(DispatchInterceptor nextInterceptor)
Copyright © 2019 Flux Capacitor. All rights reserved.