public interface Middleware
Modifier and Type | Interface and Description |
---|---|
static interface |
Middleware.Chain |
Modifier and Type | Method and Description |
---|---|
void |
intercept(Middleware.Chain chain)
Called for every message.
|
void intercept(Middleware.Chain chain)