providers/message/message.provider library
Classes
-
MessageProvider<
T> - MessageProvider is a abstract class that will be implemented by all message providers It will be used to communicate with the external message service and return the message to the application.
-
StreamMessageProvider<
T> - Stream message provider is a abstract class that will be implemented by all message providers It will be used to communicate with the external message service and return the message to the application.