You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Event, EventImpl, EventImplTest, JSONEvent, ParsedEvent, ParsedEventStub, PlainEvent. Change Plugin.syslogMessage to take ParsedEvent as the argument.
* add equals/hashcode to EventImpl; add equalsContractTest for EventImpl; add equals/hashcode for JSONEvent; add JSONEventTest; add equals/hashcode for PlainEvent; add PlainEventTest
* add ParsedEventArrayFactory; add tests for ParsedEventArrayFactory;change Plugin interface to use arrays
* run spotless
* revert plugin interface back from array
Description
Add decorator object for events; should be able to parse JSON events, and contain metadata such as enqueuedTime, properties, etc.
The text was updated successfully, but these errors were encountered: