org.ikasan.framework.component.endpoint
Class EventLoggingEndpoint

java.lang.Object
  extended by org.ikasan.framework.component.endpoint.EventLoggingEndpoint
All Implemented Interfaces:
Endpoint, FlowComponent

public class EventLoggingEndpoint
extends Object
implements Endpoint

Simple Endpoint implementation that logs the Event This could be useful for deliberate end of flows that do not deliver to an external system

Author:
Ikasan Development Team

Constructor Summary
EventLoggingEndpoint()
           
 
Method Summary
 void onEvent(Event event)
          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

EventLoggingEndpoint

public EventLoggingEndpoint()
Method Detail

onEvent

public void onEvent(Event event)
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.