public abstract class MessageProcessorChain extends Object
| Constructor and Description |
|---|
MessageProcessorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MessageProcessor messageProcessor) |
abstract void |
addEventListener(EventListener eventListener) |
protected abstract void |
initialize() |
boolean |
process(String type,
String message,
Object object) |
abstract void |
removeEventListener(EventListener eventListener) |
void |
removeLast() |
protected abstract void initialize()
public abstract void addEventListener(EventListener eventListener)
public abstract void removeEventListener(EventListener eventListener)
public void add(MessageProcessor messageProcessor)
public void removeLast()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.