Click or drag to resize
Akka.NETEventFilterBase Constructor
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected EventFilterBase(
	IStringMatcher messageMatcher,
	IStringMatcher sourceMatcher
)

Parameters

messageMatcher
Type: Akka.TestKit.Internal.StringMatcherIStringMatcher
TBD
sourceMatcher
Type: Akka.TestKit.Internal.StringMatcherIStringMatcher
TBD
See Also