public interface RulePipelineState extends AutoCloseable
SupportsPipelining
rules are built locally,
each is given an instance of a class that implements this interface. The rules in the pipeline
share build state through that object.Modifier and Type | Method and Description |
---|---|
void |
close()
Called after the pipeline is done (either through success or failure partway through) to
release resources.
|
void close()
close
in interface AutoCloseable