@FunctionalInterface
public static interface Notification.Middleware
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Notification.Middleware.Next |
| Modifier and Type | Method and Description |
|---|---|
<N extends Notification> |
invoke(N notification,
Notification.Middleware.Next next) |
<N extends Notification> void invoke(N notification, Notification.Middleware.Next next)