MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / ConsumeEvent

Method ConsumeEvent

fs/manager.go:59–59  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

57 ListFunctions() []string
58 ProduceEvent(name string, event contube.Record) error
59 ConsumeEvent(name string) (contube.Record, error)
60 GetStateStore() api.StateStore
61 Close() error
62}

Callers 5

TestFMWithGRPCRuntimeFunction · 0.95
TestHttpTubeFunction · 0.65
TestStatefulFunctionFunction · 0.65
makeTubeServiceMethod · 0.65

Implementers 2

testFunctionManagerImplserver/function_store_test.go
functionManagerImplfs/manager.go

Calls

no outgoing calls

Tested by 4

TestFMWithGRPCRuntimeFunction · 0.76
TestHttpTubeFunction · 0.52
TestStatefulFunctionFunction · 0.52