public abstract class FilteringInterceptor extends Object implements Handler<SendContext>
| Constructor and Description |
|---|
FilteringInterceptor(String startsWith) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(SendContext sendContext)
Something has happened, so handle it.
|
protected abstract void |
handleContext(SendContext sendContext) |
public FilteringInterceptor(String startsWith)
public void handle(SendContext sendContext)
Handlerhandle in interface Handler<SendContext>sendContext - the event to handleprotected abstract void handleContext(SendContext sendContext)
Copyright © 2016. All rights reserved.