public interface RecordCompletionTracker
| Modifier and Type | Method and Description |
|---|---|
void |
decrementConsumers()
Reverse of
incrementConsumers() |
void |
incrementConsumers()
Adds one to the count of components which are currently consuming a
Record. |
void incrementConsumers()
Record. Because a record can be used in a step at
the same time that it's sitting in the queue of one or many RecordBuffer (aggregators, stepping queues, etc), this
method allows to track how many components depend on a particular instance, so that we know when can we safely release all
the resources currently associated to the record.void decrementConsumers()
incrementConsumers()Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.