2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-06 02:23:43 -04:00

JournalService setup work in progress

This commit is contained in:
2024-05-07 12:02:43 +01:00
parent d59914e277
commit f3ce62b551
12 changed files with 215 additions and 85 deletions

View File

@ -54,7 +54,7 @@ public interface IObservatoryWorker : IObservatoryPlugin
/// <param name="journal"><para>Elite Dangerous journal event, deserialized into a .NET object.</para>
/// <para>Unhandled json values within a journal entry type will be contained in member property:<br/>Dictionary&lt;string, object&gt; AdditionalProperties.</para>
/// <para>Unhandled journal event types will be type JournalBase with all values contained in AdditionalProperties.</para></param>
public void JournalEvent<TJournal>(TJournal journal) where TJournal : IJournal;
public void JournalEvent<TJournal>(TJournal journal) where TJournal : JournalBase;
/// <summary>
/// Method called when status.json content is updated.<br/>