Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.message
Interface DataSourceParser
-
- All Superinterfaces:
ChannelListener<String>,DataSourceChannelListener
public interface DataSourceParser extends DataSourceChannelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(Diary diary)voiddiary(Diary diary)Set<EventSource>eventsProduced()voidpublishTo(JVMEventChannel channel)-
Methods inherited from interface com.microsoft.gctoolkit.message.ChannelListener
channel, receive
-
-
-
-
Method Detail
-
publishTo
void publishTo(JVMEventChannel channel)
-
diary
void diary(Diary diary)
-
accepts
boolean accepts(Diary diary)
-
eventsProduced
Set<EventSource> eventsProduced()
-
-