org.ikasan.framework.component.endpoint
Class EventWiretapEndpoint

java.lang.Object
  extended by 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

Constructor Summary
EventWiretapEndpoint()
          Deprecated.  
 
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
 

Constructor Detail

EventWiretapEndpoint

public EventWiretapEndpoint()
Deprecated. 
Method Detail

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.