mirror of https://github.com/milvus-io/milvus.git
[skip ci]Remove RmqMsgStream docs (#9305)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/9314/head
parent
f49e35a7fb
commit
080fe3b032
|
@ -256,30 +256,6 @@ type RmsFactory struct {
|
|||
func (f *PmsFactory) NewMsgStream(ctx context.Context) (MsgStream, error)
|
||||
|
||||
|
||||
// RmqMsgStream
|
||||
|
||||
type RmqMsgStream struct {
|
||||
client *rockermq.RocksMQ
|
||||
repackFunc RepackFunc
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
}
|
||||
|
||||
func (ms *RmqMsgStream) Start() error
|
||||
func (ms *RmqMsgStream) Close() error
|
||||
func (ms *RmqMsgStream) AsProducer(channels []string)
|
||||
func (ms *RmqMsgStream) AsConsumer(channels []string, subName string)
|
||||
func (ms *RmqMsgStream) Produce(ctx context.Context, msgs *MsgPack) error
|
||||
func (ms *RmqMsgStream) Broadcast(ctx context.Context, msgs *MsgPack) error
|
||||
func (ms *RmqMsgStream) Consume() (*MsgPack, context.Context)
|
||||
func (ms *RmqMsgStream) Seek(mp *MsgPosition) error
|
||||
func (ms *RmqMsgStream) SetRepackFunc(repackFunc RepackFunc)
|
||||
|
||||
func NewRmqMsgStream(ctx context.Context) *RmqMsgStream
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue