Interface EventSource<EventAtom>
-
- All Known Implementing Classes:
EventSourceAdapter
,ViatraQueryEventSource
public interface EventSource<EventAtom>
Basic interface that represents a source that is able to send notifications on events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
EventRealm
getRealm()
EventSourceSpecification<EventAtom>
getSourceSpecification()
-
-
-
Method Detail
-
getSourceSpecification
EventSourceSpecification<EventAtom> getSourceSpecification()
-
getRealm
EventRealm getRealm()
-
dispose
void dispose()
-
-