Package-level declarations

Types

Link copied to clipboard
@Component
class DocumentEventConsumer(objectMapper: ObjectMapper, ocrService: OcrService, storageService: StorageService) : StreamListener<String, ObjectRecord<String, String>>
Link copied to clipboard
@Service
class DocumentEventProducer(redisTemplate: StringRedisTemplate, objectMapper: ObjectMapper)
Link copied to clipboard
data class DocumentJobEvent(val tenantId: String, val documentId: String, val fileKey: String, val action: String, val params: Map<String, String> = emptyMap())