|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.component.endpoint.WiretapEndpoint
public class WiretapEndpoint
Wiretap endpoint component.
| Constructor Summary | |
|---|---|
WiretapEndpoint(String moduleName,
String flowName,
String componentName,
WiretapService wiretapService)
Constructor |
|
| Method Summary | |
|---|---|
void |
onEvent(Event event)
Delivers the Event to an external system |
void |
setWiretapEventTimeToLive(long wiretapEventTimeToLive)
Set how long the wire tap has to live |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WiretapEndpoint(String moduleName,
String flowName,
String componentName,
WiretapService wiretapService)
moduleName - The name of the module we are wiretappingflowName - The name of the flow we are wiretappingcomponentName - The name of the component we are wiretappingwiretapService - The wiretap service to use| Method Detail |
|---|
public void onEvent(Event event)
EndpointEvent to an external system
onEvent in interface Endpointevent - The event we're deliveringpublic void setWiretapEventTimeToLive(long wiretapEventTimeToLive)
wiretapEventTimeToLive - The time in milliseconds the wiretap has to live
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||