Class UploadAttachmentsWorker
-
- All Implemented Interfaces:
public final class UploadAttachmentsWorker
-
-
Constructor Summary
Constructors Constructor Description UploadAttachmentsWorker(String channelType, String channelId, ChannelMessagesUpdateLogic channelStateLogic, MessageRepository messageRepository, ChatClient chatClient, AttachmentUploader attachmentUploader)
-
Method Summary
Modifier and Type Method Description final Result<Unit>uploadAttachmentsForMessage(String messageId)-
-
Constructor Detail
-
UploadAttachmentsWorker
UploadAttachmentsWorker(String channelType, String channelId, ChannelMessagesUpdateLogic channelStateLogic, MessageRepository messageRepository, ChatClient chatClient, AttachmentUploader attachmentUploader)
-
-
Method Detail
-
uploadAttachmentsForMessage
final Result<Unit> uploadAttachmentsForMessage(String messageId)
-
-
-
-