ServerChannelReadPlanFactory

cc.otavia.core.channel.message.MaxMessagesReadPlanFactory.ServerChannelReadPlanFactory
class ServerChannelReadPlanFactory(maxMessagesPerRead: Int) extends MaxMessagesReadPlanFactory

MaxMessagesReadPlanFactory implementation which should be used forServerChannels.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

override def newPlan(channel: Channel): ReadPlan

Creates a new ReadPlan for the given Channel.

Creates a new ReadPlan for the given Channel.

Value parameters

channel

the Channel for which the ReadPlan is used.

Attributes

Definition Classes
Inherited from:
MaxMessagesReadPlanFactory