Class ExposedPublisherReceive
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class ExposedPublisherReceive
Constructors
| Improve this Doc 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
| Improve this Doc 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
| Improve this Doc View SourceApply(Object)
TBD
Declaration
public bool Apply(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |