Closed dehora closed 7 years ago
This replaces the onStart call when the consumer processor is setup with a new onBegin method. The onStart should be called every time the processor retries, but onBegin just once, avoiding a double call the first time the processor spins up.
This replaces the onStart call when the consumer processor is setup with a new onBegin method. The onStart should be called every time the processor retries, but onBegin just once, avoiding a double call the first time the processor spins up.