MCPcopy Create free account

hub / github.com/PolymerLabs/actor-helpers / functions

Functions50 in github.com/PolymerLabs/actor-helpers

↓ 16 callersFunctionhookup
(actorName, actor, { purgeExistingMessages = false } = {})
lib/actor/Actor.js:180
↓ 14 callersFunctionlookup
(actorName)
lib/actor/Actor.js:244
↓ 14 callersMethodsend
* Send a message to this specific actor. * * If you want to wait until the message has been queued up, then `await` the * `send` invocation:
src/actor/Actor.ts:287
↓ 5 callersMethodpopMessages
* Retrieve all messages for a specific recipient. You can specify with * `keepMessage` whether to keep messages after they are processed by
lib/watchable-message-store/WatchableMessageStore.js:72
↓ 5 callersMethodpopMessages
* Retrieve all messages for a specific recipient. You can specify with * `keepMessage` whether to keep messages after they are processed by * th
src/watchable-message-store/WatchableMessageStore.ts:109
↓ 4 callersFunctioninitializeQueues
()
lib/actor/Actor.js:274
↓ 2 callersMethodonMessage
(message: T)
src/actor/Actor.ts:48
↓ 1 callersFunctionactorMixin
(superClass)
lib/actor/Actor.js:53
↓ 1 callersFunctionactorMixin
( superClass: S )
src/actor/Actor.ts:94
↓ 1 callersMethodinit
()
lib/watchable-message-store/WatchableMessageStore.js:45
↓ 1 callersMethodinit
* Init callback that can be used to perform some initialization logic. * This method is invoked in the constructor of an {@link Actor} and sh
lib/actor/Actor.js:73
↓ 1 callersMethodinit
()
src/watchable-message-store/WatchableMessageStore.ts:78
↓ 1 callersMethodinit
* Init callback that can be used to perform some initialization logic. * This method is invoked in the constructor of an {@link Actor} and should
src/actor/Actor.ts:119
↓ 1 callersMethodpushMessage
* Store a message with a recipient. * * @param message The message to store with a recipient and a detail.
lib/watchable-message-store/WatchableMessageStore.js:106
↓ 1 callersMethodpushMessage
* Store a message with a recipient. * * @param message The message to store with a recipient and a detail.
src/watchable-message-store/WatchableMessageStore.ts:162
↓ 1 callersMethodresetCursor
()
lib/watchable-message-store/WatchableMessageStore.js:42
↓ 1 callersMethodresetCursor
()
src/watchable-message-store/WatchableMessageStore.ts:74
↓ 1 callersMethodsubscribe
* Add a callback whenever a new message arrives for the recipient. * Depending on the functionality of your browser, this will either use *
lib/watchable-message-store/WatchableMessageStore.js:169
↓ 1 callersMethodsubscribe
* Add a callback whenever a new message arrives for the recipient. * Depending on the functionality of your browser, this will either use * `Bro
src/watchable-message-store/WatchableMessageStore.ts:250
↓ 1 callersMethodsubscribeWithBroadcastChannel
(recipient, callback)
lib/watchable-message-store/WatchableMessageStore.js:126
↓ 1 callersMethodsubscribeWithBroadcastChannel
( recipient: string, callback: (entries: StoredMessage[]) => void )
src/watchable-message-store/WatchableMessageStore.ts:189
↓ 1 callersMethodsubscribeWithPolling
(recipient, callback)
lib/watchable-message-store/WatchableMessageStore.js:145
↓ 1 callersMethodsubscribeWithPolling
( recipient: string, callback: (messages: StoredMessage[]) => void )
src/watchable-message-store/WatchableMessageStore.ts:219
MethodchannelCallback
(evt)
lib/watchable-message-store/WatchableMessageStore.js:128
MethodchannelCallback
(evt: MessageEvent)
src/watchable-message-store/WatchableMessageStore.ts:195
Methodconstructor
(name)
lib/watchable-message-store/WatchableMessageStore.js:32
Methodconstructor
()
lib/actor/Actor_test.js:101
Methodconstructor
()
lib/actor/Actor.js:55
Methodconstructor
(private name: string)
src/watchable-message-store/WatchableMessageStore.ts:65
Methodconstructor
()
src/actor/Actor_test.ts:142
Functionhookup
( actorName: ActorName, actor: actorMixin<ActorMessageType[ActorName]>, { purgeExistingMessages = false
src/actor/Actor.ts:237
Functioninit
()
src/actor/Actor.ts:199
Methodinit
()
lib/actor/Actor_test.js:106
Methodinit
()
lib/actor/Actor.js:151
Methodinit
()
src/actor/Actor_test.ts:147
FunctioninitializeQueues
()
src/actor/Actor.ts:364
Functionlookup
( actorName: ActorName )
src/actor/Actor.ts:331
MethodonMessage
(message: T)
lib/actor/Actor.d.ts:43
MethodonMessage
()
lib/actor/Actor_test.js:30
MethodonMessage
()
lib/actor/Actor_test.js:66
MethodonMessage
* Callback to process a message that was sent to this actor. * * Note that this callback is synchronous. This means that if an actor
lib/actor/Actor.js:109
MethodonMessage
()
src/actor/Actor_test.ts:52
MethodonMessage
()
src/actor/Actor_test.ts:97
MethodonMessage
* Callback to process a message that was sent to this actor. * * Note that this callback is synchronous. This means that if an actor needs
src/actor/Actor.ts:156
MethodpollCallback
()
lib/watchable-message-store/WatchableMessageStore.js:147
MethodpollCallback
()
src/watchable-message-store/WatchableMessageStore.ts:225
FunctionpostDetection
(availableBrowsers)
karma.conf.js:65
Functionsend
(message)
lib/actor/Actor.js:246
Functionsend
(message: ActorMessageType[ActorName])
src/actor/Actor.ts:335
Methodsend
* Send a message to this specific actor. * * If you want to wait until the message has been queued up, then `await` the * `send` invoca
lib/actor/Actor.d.ts:296