Interface ContainerExtractionContext


@Incubating public interface ContainerExtractionContext
See Also:
  • Method Details

    • propagateOrIgnoreContainerExtractionException

      void propagateOrIgnoreContainerExtractionException(RuntimeException exception)
      Propagates (rethrows) a RuntimeException thrown while extracting elements from a container, or ignores it so that the container is assumed empty.
      Parameters:
      exception - A RuntimeException thrown while extracting elements from a container.