Class MemoryStoreFactory

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

public class MemoryStoreFactory extends RatingStoreFactory
  • 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
    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

    • MemoryStoreFactory

      public MemoryStoreFactory()
  • Method Details