Class Repository

java.lang.Object
io.cucumber.query.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 Details

    • builder

      public static Repository.Builder builder()
    • update

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