transferum
Preparing search index...
PullableTransferInterface
Interface PullableTransferInterface<T>
Pullable transfer — output transfer that supports synchronous data extraction via pull().
interface
PullableTransferInterface
<
T
>
{
isAsyncPollingProxy
:
boolean
;
isAsyncPullable
:
boolean
;
isAsyncPushable
:
boolean
;
isAsyncTriggerable
:
boolean
;
isDuplex
:
boolean
;
isGate
:
boolean
;
isInput
:
boolean
;
isOutput
:
true
;
isPollingProxy
:
boolean
;
isPollingSource
:
boolean
;
isPullable
:
true
;
isPushable
:
boolean
;
isSubscribable
:
boolean
;
isTriggerable
:
boolean
;
destroy
()
:
void
;
pull
()
:
T
|
undefined
;
}
Type Parameters
T
Hierarchy (
View Summary
)
PullableInterface
<
T
>
BaseTransferInterface
PullableTransferInterface
Implemented by
BufferTransfer
IdlePollingTransfer
ManualBufferTransfer
PollingFlowTransfer
PollingProxyTransfer
PollingSourceTransfer
PushStoredChannelTransfer
ReadTransfer
StoredChannelTransfer
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
pull
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
:
boolean
Readonly
is
Output
isOutput
:
true
Readonly
is
Polling
Proxy
isPollingProxy
:
boolean
Readonly
is
Polling
Source
isPollingSource
:
boolean
Readonly
is
Pullable
isPullable
:
true
Readonly
is
Pushable
isPushable
:
boolean
Readonly
is
Subscribable
isSubscribable
:
boolean
Readonly
is
Triggerable
isTriggerable
:
boolean
Methods
destroy
destroy
()
:
void
Returns
void
pull
pull
()
:
T
|
undefined
Returns
T
|
undefined
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
pull
transferum
Loading...
Pullable transfer — output transfer that supports synchronous data extraction via pull().