org.ikasan.framework.component.endpoint
Class DeadEndpoint
java.lang.Object
org.ikasan.framework.component.endpoint.DeadEndpoint
- All Implemented Interfaces:
- Endpoint, FlowComponent
public final class DeadEndpoint
- extends Object
- implements Endpoint
True Dead End
- Author:
- Ikasan Development Team
|
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 |
DeadEndpoint
public DeadEndpoint()
onEvent
public void onEvent(Event event)
throws EndpointException
- 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
- Throws:
EndpointException - Exception if delivery fails
Copyright © 2007-2012 Ikasan. All Rights Reserved.