transferum
Preparing search index...
BaseTransferInterface
Interface BaseTransferInterface
Base transfer interface — combines capability flags with disposable lifecycle.
interface
BaseTransferInterface
{
isAsyncPollingProxy
:
boolean
;
isAsyncPullable
:
boolean
;
isAsyncPushable
:
boolean
;
isAsyncTriggerable
:
boolean
;
isDuplex
:
boolean
;
isGate
:
boolean
;
isInput
:
boolean
;
isOutput
:
boolean
;
isPollingProxy
:
boolean
;
isPollingSource
:
boolean
;
isPullable
:
boolean
;
isPushable
:
boolean
;
isSubscribable
:
boolean
;
isTriggerable
:
boolean
;
destroy
()
:
void
;
}
Hierarchy (
View Summary
)
CommunicationContractInterface
DisposableInterface
BaseTransferInterface
UniversalInputInterface
UniversalOutputInterface
PushableTransferInterface
PollingSourceTransferInterface
PollingProxyTransferInterface
PullableTransferInterface
SubscribableTransferInterface
TriggerableTransferInterface
AsyncPushableTransferInterface
AsyncPullableTransferInterface
AsyncPollingProxyTransferInterface
Implemented by
BaseTransfer
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
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
:
boolean
Readonly
is
Polling
Proxy
isPollingProxy
:
boolean
Readonly
is
Polling
Source
isPollingSource
:
boolean
Readonly
is
Pullable
isPullable
:
boolean
Readonly
is
Pushable
isPushable
:
boolean
Readonly
is
Subscribable
isSubscribable
:
boolean
Readonly
is
Triggerable
isTriggerable
:
boolean
Methods
destroy
destroy
()
:
void
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
transferum
Loading...
Base transfer interface — combines capability flags with disposable lifecycle.