java.lang.Object
org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa.TokenEntry.PK
Enclosing class:
TokenEntry

public static class TokenEntry.PK extends Object
Primary key for token entries used by JPA.
  • Constructor Details

    • PK

      public PK()
      Constructor for JPA.
    • PK

      public PK(String processorName, int segment)
      Constructs a primary key for a TokenEntry.
      Parameters:
      processorName - The name of the processor.
      segment - The index of the processing segment.
  • Method Details