symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

getMessagesFromDatafeed(datafeed) should return List<SymMessage> or List<SymEvent> #74

Closed dferguson992 closed 6 years ago

dferguson992 commented 6 years ago

The function call

symClient.getDataFeedClient().getMessagesFromDatafeed(datafeed);

will return an object of type List. This should be changed to return an object of either List type or List type to encapsulate the message object in a type that is non-endpoint specific.

dferguson992 commented 6 years ago

Just realized getMessagesFromDatafeed is deprecated and so should not be updated.