Class Event
- java.lang.Object
-
- nl.nn.adapterframework.monitoring.events.Event
-
public class Event extends Object
A Monitoring Event with a map of potential Adapters that can throw events of this type.
-
-
Constructor Summary
Constructors Constructor Description Event()
Event(EventThrowing thrower)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addThrower(EventThrowing thrower)
Map<String,List<String>>
getSources()
Entities that can throw an Event
-
-
-
Constructor Detail
-
Event
public Event()
-
Event
public Event(EventThrowing thrower)
-
-
Method Detail
-
addThrower
public void addThrower(EventThrowing thrower)
-
-