MCPcopy
hub / github.com/mudler/LocalAI / QueueSubscribe

Method QueueSubscribe

core/services/nodes/unloader_test.go:248–250  ·  view source on GitHub ↗
(subject, queue string, handler func([]byte))

Source from the content-addressed store, hash-verified

246}
247
248func (f *failOnceMessagingClient) QueueSubscribe(subject, queue string, handler func([]byte)) (messaging.Subscription, error) {
249 return f.inner.QueueSubscribe(subject, queue, handler)
250}
251
252func (f *failOnceMessagingClient) QueueSubscribeReply(subject, queue string, handler func(data []byte, reply func([]byte))) (messaging.Subscription, error) {
253 return f.inner.QueueSubscribeReply(subject, queue, handler)

Callers

nothing calls this directly

Calls 1

QueueSubscribeMethod · 0.65

Tested by

no test coverage detected