Package org.yamcs.container
Interface ContainerConsumer
- All Known Implementing Classes:
ContainerWithIdRequestHelper
public interface ContainerConsumer
Interface for consuming extracted containers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processContainer
(String link, ContainerExtractionResult cer) Processes the extracted container with additional context.
-
Method Details
-
processContainer
Processes the extracted container with additional context.- Parameters:
link
- the name of the link on which the container was received. The link name is preserved in the archive and available during the replays as well.cer
- the container extraction result
-