org.ikasan.framework.component.endpoint
Class EventWiretapEndpoint
java.lang.Object
org.ikasan.framework.component.endpoint.EventWiretapEndpoint
- All Implemented Interfaces:
- Endpoint, FlowComponent
Deprecated. - replaced with org.ikasan.framework.component.endpoint.wiretap.WiretapEndpoint
@Deprecated
public class EventWiretapEndpoint
- extends Object
- implements Endpoint
Simple Endpoint implemetation that logs the Event
Could be useful as a pass through Event dumper
- Author:
- Ikasan Development Team
|
Method Summary |
void |
onEvent(Event event)
Deprecated. Delivers the Event to an external system |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventWiretapEndpoint
public EventWiretapEndpoint()
- Deprecated.
onEvent
public void onEvent(Event event)
- Deprecated.
- Description copied from interface:
Endpoint
- Delivers the
Event to an external system
- Specified by:
onEvent in interface Endpoint
- Parameters:
event - The event we're delivering
Copyright © 2007-2012 Ikasan. All Rights Reserved.