Home:ALL Converter>Which name for method that sends and persist some messages would you recommend?

Which name for method that sends and persist some messages would you recommend?

Ask Time:2020-07-28T15:48:57         Author:AxelUser

Json Formatter

I'm writing notification system and faced a challenge of how to name an API for sending notifications over network, that will also save ones into a database. Imagine that we don't need to distinguish those two responsibilities in own methods.

I've came up with the idea of "publish", however I think this decision is biased.

Which one would you recommend?

Author:AxelUser,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/63129345/which-name-for-method-that-sends-and-persist-some-messages-would-you-recommend
yy