SqsQueueClient
class SqsQueueClient @Inject constructor(json: Json, sqsClient: SqsClient, config: QueueConfig, consumeMessage: ConsumeMessage, checkIfQueueCreated: CheckIfQueueCreated) : ProducerQueueClient, ConsumerQueueClient
Constructors
Link copied to clipboard
@Inject