C# Class Kooboo.Commerce.Recommendations.Engine.Behaviors.BufferedBehaviorReceiver

Inheritance: IBehaviorReceiver
Mostra file Open project: Kooboo/Ecommerce

Public Methods

Method Description
BufferedBehaviorReceiver ( IBehaviorReceiver receiver, int bufferCapacity, System.TimeSpan flushInterval ) : System
Receive ( IEnumerable behaviors ) : void

Private Methods

Method Description
DoFlush ( IEnumerable behaviors ) : void

Method Details

BufferedBehaviorReceiver() public method

public BufferedBehaviorReceiver ( IBehaviorReceiver receiver, int bufferCapacity, System.TimeSpan flushInterval ) : System
receiver IBehaviorReceiver
bufferCapacity int
flushInterval System.TimeSpan
return System

Receive() public method

public Receive ( IEnumerable behaviors ) : void
behaviors IEnumerable
return void