Package com.trendyol.jdempotent.core.datasource

  • Interface Summary 
    Interface Description
    IdempotentRepository
    an interface that the functionality required of a request store for idempotent method invocations.
  • Class Summary 
    Class Description
    AbstractIdempotentRepository
    Includes all the methods of IdempotentRequestStore
    InMemoryIdempotentRepository
    An implementation of the idempotent AbstractIdempotentRepository that uses as a default map