From f577fd45ba15aee97d21a678eecc2763e24bf1e8 Mon Sep 17 00:00:00 2001 From: Krzysztof Jamrog Date: Wed, 11 Dec 2024 16:29:01 +0100 Subject: [PATCH] Update README.md Co-authored-by: Igor Savin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d473877..c917cc60 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Multi-schema consumers support multiple message types via handler configs. They * `handlerSpy` - allow awaiting certain messages to be published (see [Handler Spies](#handler-spies) for more information); * `logMessages` - add logs for processed messages. * `payloadStoreConfig` - configuration for payload offloading. This option enables the external storage of large message payloads to comply with message size limitations of the queue system. For more details on setting this up, see [Payload Offloading](#payload-offloading). - * `concurrentConsumersAmount` - configuration for specifying the number of concurrent consumers to create. Available only for SQS consumers + * `concurrentConsumersAmount` - configuration for specifying the number of concurrent consumers to create. Available only for SQS and SNS consumers * `init()`, prepare consumer for use (e. g. establish all necessary connections); * `close()`, stop listening for messages and disconnect; * `start()`, which invokes `init()`.