transferum
Preparing search index...
PushableTransferInterface
Interface PushableTransferInterface<T>
Pushable transfer — input transfer that supports synchronous data push via push().
interface
PushableTransferInterface
<
T
>
{
isAsyncPollingProxy
:
boolean
;
isAsyncPullable
:
boolean
;
isAsyncPushable
:
boolean
;
isAsyncTriggerable
:
boolean
;
isDuplex
:
boolean
;
isGate
:
boolean
;
isInput
:
true
;
isOutput
:
boolean
;
isPollingProxy
:
boolean
;
isPollingSource
:
boolean
;
isPullable
:
boolean
;
isPushable
:
true
;
isSubscribable
:
boolean
;
isTriggerable
:
boolean
;
destroy
()
:
void
;
push
(
data
:
T
)
:
void
;
}
Type Parameters
T
Hierarchy (
View Summary
)
PushableInterface
<
T
>
BaseTransferInterface
PushableTransferInterface
GateTransferInterface
Implemented by
AsyncIdlePollingTransfer
BufferTransfer
ConditionTransfer
ConvertTransfer
DebounceTransfer
DelayedPushChannelTransfer
DisplaceTransfer
IdlePollingTransfer
ManualBufferTransfer
ManualFlowTransfer
PushChannelTransfer
PushStoredChannelTransfer
SinkTransfer
SplitTransfer
ThrottleTransfer
WriteTransfer
Index
Properties
is
Async
Polling
Proxy
is
Async
Pullable
is
Async
Pushable
is
Async
Triggerable
is
Duplex
is
Gate
is
Input
is
Output
is
Polling
Proxy
is
Polling
Source
is
Pullable
is
Pushable
is
Subscribable
is
Triggerable
Methods
destroy
push
Properties
Readonly
is
Async
Polling
Proxy
isAsyncPollingProxy
:
boolean
Readonly
is
Async
Pullable
isAsyncPullable
:
boolean
Readonly
is
Async
Pushable
isAsyncPushable
:
boolean
Readonly
is
Async
Triggerable
isAsyncTriggerable
:
boolean
Readonly
is
Duplex
isDuplex
:
boolean
Readonly
is
Gate
isGate
:
boolean
Readonly
is
Input
isInput
:
true
Readonly
is
Output
isOutput
:
boolean
Readonly
is
Polling
Proxy
isPollingProxy
:
boolean
Readonly
is
Polling
Source
isPollingSource
:
boolean
Readonly
is
Pullable
isPullable
:
boolean
Readonly
is
Pushable
isPushable
:
true
Readonly
is
Subscribable
isSubscribable
:
boolean
Readonly
is
Triggerable
isTriggerable
:
boolean
Methods
destroy
destroy
()
:
void
Returns
void
push
push
(
data
:
T
)
:
void
Parameters
data
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Async
Polling
Proxy
is
Async
Pullable
is
Async
Pushable
is
Async
Triggerable
is
Duplex
is
Gate
is
Input
is
Output
is
Polling
Proxy
is
Polling
Source
is
Pullable
is
Pushable
is
Subscribable
is
Triggerable
Methods
destroy
push
transferum
Loading...
Pushable transfer — input transfer that supports synchronous data push via push().