Class Repository


  • public final class Repository
    extends Object
    A write only repository of Cucumber Messages.

    This class is effectively a simple in memory database. It can be updated in through the update(Envelope) method, and be queried by Query.

    • Method Detail

      • update

        public void update​(io.cucumber.messages.types.Envelope envelope)