public class SpringEventStreamHandler
extends java.lang.Object
implements org.fabric3.spi.container.channel.EventStreamHandler
| Constructor and Description |
|---|
SpringEventStreamHandler(java.lang.String beanName,
java.lang.String methodName,
org.fabric3.spi.model.type.java.JavaType type,
SpringComponent component)
Constructor.
|
public SpringEventStreamHandler(java.lang.String beanName,
java.lang.String methodName,
org.fabric3.spi.model.type.java.JavaType type,
SpringComponent component)
beanName - the name of the bean events are dispatched tomethodName - the name of the bean method events are dispatched totype - the event typecomponent - the target componentpublic void handle(java.lang.Object event,
boolean endOfBatch)
handle in interface org.fabric3.spi.container.channel.EventStreamHandlerpublic void setNext(org.fabric3.spi.container.channel.EventStreamHandler next)
setNext in interface org.fabric3.spi.container.channel.EventStreamHandlerpublic org.fabric3.spi.container.channel.EventStreamHandler getNext()
getNext in interface org.fabric3.spi.container.channel.EventStreamHandler