ReadPlanFactory

cc.otavia.core.channel.message.ReadPlanFactory

Implementations allow to influence how much data / messages are read per read loop invocation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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