AttachmentRSocketController

@Controller
@MessageMapping(value = ["v1.attachment"])
class AttachmentRSocketController(attachmentService: AttachmentService, protobufSerializer: ProtoBuf)

Constructors

Link copied to clipboard
constructor(attachmentService: AttachmentService, protobufSerializer: ProtoBuf)

Functions

Link copied to clipboard
@MessageMapping(value = ["create"])
suspend fun createUrl(): RSocketResponse

Get a Map attachment url pair with request/response RSocket API. Takes nothing as argument in payload.