Class RatingStoreFactory

java.lang.Object
services.moleculer.service.MoleculerComponent
services.moleculer.service.Service
services.moleculer.web.middleware.limiter.RatingStoreFactory
All Implemented Interfaces:
services.moleculer.service.MoleculerLifecycle
Direct Known Subclasses:
MemoryStoreFactory

public abstract class RatingStoreFactory extends services.moleculer.service.Service
  • Field Summary

    Fields inherited from class services.moleculer.service.MoleculerComponent

    broker, logger, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract RatingStore
    createStore(long windowMillis)
     

    Methods inherited from class services.moleculer.service.MoleculerComponent

    getBroker, getLogger, getName, started, stopped

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RatingStoreFactory

      public RatingStoreFactory()
  • Method Details

    • createStore

      public abstract RatingStore createStore(long windowMillis)