Skip to content

prabhrai/AkkaNetThrottler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkaNetThrottler

akka net dispatching throttling

Implementation of throttling behavior in Akka.Net

ThrottlerActor allows throttled processing of messages, initialize using params for

  • number of messages to process
  • the timespan interval for the given number of messages.
public ThrottlerActor(TimeSpan interval, uint numberOfMessages)

About

akka net dispatching throttling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages