Class ExposedPublisherReceive
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class ExposedPublisherReceive
Constructors
| Edit this page View SourceExposedPublisherReceive(Receive, Action<object>)
TBD
Declaration
protected ExposedPublisherReceive(Receive activeReceive, Action<object> unhandled)
Parameters
Type | Name | Description |
---|---|---|
Receive | activeReceive | TBD |
Action<object> | unhandled | TBD |
Fields
| Edit this page View SourceActiveReceive
TBD
Declaration
public readonly Receive ActiveReceive
Field Value
Type | Description |
---|---|
Receive |
Unhandled
TBD
Declaration
public readonly Action<object> Unhandled
Field Value
Type | Description |
---|---|
Action<object> |
Methods
| Edit this page View SourceApply(object)
TBD
Declaration
public bool Apply(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
Returns
Type | Description |
---|---|
bool | TBD |