Click or drag to resize
Akka.NETActorMaterializerSettings Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorMaterializerSettings(
	int initialInputBufferSize,
	int maxInputBufferSize,
	string dispatcher,
	Decider supervisionDecider,
	StreamSubscriptionTimeoutSettings subscriptionTimeoutSettings,
	bool isDebugLogging,
	int outputBurstLimit,
	bool isFuzzingMode,
	bool isAutoFusing,
	int maxFixedBufferSize,
	int syncProcessingLimit = 1000
)

Parameters

initialInputBufferSize
Type: SystemInt32
TBD
maxInputBufferSize
Type: SystemInt32
TBD
dispatcher
Type: SystemString
TBD
supervisionDecider
Type: Akka.Streams.SupervisionDecider
TBD
subscriptionTimeoutSettings
Type: Akka.StreamsStreamSubscriptionTimeoutSettings
TBD
isDebugLogging
Type: SystemBoolean
TBD
outputBurstLimit
Type: SystemInt32
TBD
isFuzzingMode
Type: SystemBoolean
TBD
isAutoFusing
Type: SystemBoolean
TBD
maxFixedBufferSize
Type: SystemInt32
TBD
syncProcessingLimit (Optional)
Type: SystemInt32
TBD
See Also