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)
Handler
handle
in interface Handler<SendContext>
sendContext
- the event to handleprotected abstract void handleContext(SendContext sendContext)
Copyright © 2018. All rights reserved.