Package io.es4j.test

Annotation Interface Es4jTest


@Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(Es4jExtension.class) public @interface Es4jTest
Used to mark junit classes for es4j tests
  • Element Details

    • aggregate

      Class<? extends io.es4j.Aggregate> aggregate
    • infrastructure

      boolean infrastructure
      Default:
      true
    • cache

      boolean cache
      Default:
      true
    • secondaryEventStore

      boolean secondaryEventStore
      Default:
      false
    • infraConfig

      String infraConfig
      Default:
      "infrastructure"
    • host

      String host
      Default:
      "localhost"
    • port

      int port
      Default:
      8080