Class BatchingInputBuffer
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class BatchingInputBuffer
Constructors
| Improve this Doc View SourceBatchingInputBuffer(Int32, IPump)
TBD
Declaration
protected BatchingInputBuffer(int count, IPump pump)
Parameters
Type | Name | Description |
---|---|---|
Int32 | count | TBD |
IPump | pump | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |
Fields
| Improve this Doc View SourceCount
TBD
Declaration
public readonly int Count
Field Value
Type | Description |
---|---|
Int32 |
Pump
TBD
Declaration
public readonly IPump Pump
Field Value
Type | Description |
---|---|
IPump |
Properties
| Improve this Doc View SourceAreInputsAvailable
TBD
Declaration
public bool AreInputsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
AreInputsDepleted
TBD
Declaration
public bool AreInputsDepleted { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsClosed
TBD
Declaration
public bool IsClosed { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsOpen
TBD
Declaration
public bool IsOpen { get; }
Property Value
Type | Description |
---|---|
Boolean |
NeedsInput
TBD
Declaration
public TransferState NeedsInput { get; }
Property Value
Type | Description |
---|---|
TransferState |
NeedsInputOrComplete
TBD
Declaration
public TransferState NeedsInputOrComplete { get; }
Property Value
Type | Description |
---|---|
TransferState |
SubReceive
TBD
Declaration
public virtual SubReceive SubReceive { get; }
Property Value
Type | Description |
---|---|
SubReceive |
Methods
| Improve this Doc View SourceCancel()
TBD
Declaration
public virtual void Cancel()
Completed(Object)
TBD
Declaration
protected virtual bool Completed(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |
DequeueInputElement()
TBD
Declaration
public virtual object DequeueInputElement()
Returns
Type | Description |
---|---|
Object | TBD |
EnqueueInputElement(Object)
TBD
Declaration
protected virtual void EnqueueInputElement(object element)
Parameters
Type | Name | Description |
---|---|---|
Object | element | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |
InputOnError(Exception)
TBD
Declaration
protected virtual void InputOnError(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
OnComplete()
TBD
Declaration
protected virtual void OnComplete()
OnError(Exception)
TBD
Declaration
protected virtual void OnError(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
OnSubscribe(ISubscription)
TBD
Declaration
protected virtual void OnSubscribe(ISubscription subscription)
Parameters
Type | Name | Description |
---|---|---|
Reactive.Streams.ISubscription | subscription | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | This exception is thrown when the specified |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |
Overrides
| Improve this Doc View SourceUpstreamRunning(Object)
TBD
Declaration
protected virtual bool UpstreamRunning(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
WaitingForUpstream(Object)
TBD
Declaration
protected virtual bool WaitingForUpstream(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |