Interface ExternalOutputBufferReclaimer
public interface ExternalOutputBufferReclaimer
ExternalOutputBufferReclaimer is used to reclaim ExternalOutputBuffer instances
so that they may be reused for future event broadcasts.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reclaimEventOutBuffer
(ExternalOutputBuffer buffer, int tag) Reclaim an ExternalOutputBuffer for reuse The purpose of the tag parameter is specific to the particular buffer reclaimer implementation but is likely to be used to identify where the buffer goes.
-
Method Details
-
reclaimEventOutBuffer
Reclaim an ExternalOutputBuffer for reuse The purpose of the tag parameter is specific to the particular buffer reclaimer implementation but is likely to be used to identify where the buffer goes.- Parameters:
buffer
- The buffer to reclaimtag
- A numeric tag for the receiver's use
-