Memory
Type: PubSub
Sends and receives messages using the memory.
Usage
import { memory } from '@adaloop/tellthem/drivers/memory'
...
buses: {
memory: {
driver: memory()
}
}
...
Memory
Type: PubSub
Sends and receives messages using the memory.
import { memory } from '@adaloop/tellthem/drivers/memory'
...
buses: {
memory: {
driver: memory()
}
}
...