mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci]Remove RmqTtMsgStream docs (#9166)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
27c5dd299f
commit
1a05a939c1
@ -325,27 +325,6 @@ func (ms *RmqMsgStream) Seek(mp *MsgPosition) error
|
||||
func (ms *RmqMsgStream) SetRepackFunc(repackFunc RepackFunc)
|
||||
|
||||
func NewRmqMsgStream(ctx context.Context) *RmqMsgStream
|
||||
|
||||
type RmqTtMsgStream struct {
|
||||
client *rockermq.RocksMQ
|
||||
repackFunc RepackFunc
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
}
|
||||
|
||||
func (ms *RmqTtMsgStream) Start() error
|
||||
func (ms *RmqTtMsgStream) Close() error
|
||||
func (ms *RmqTtMsgStream) AsProducer(channels []string)
|
||||
func (ms *RmqTtMsgStream) AsConsumer(channels []string, subName string)
|
||||
func (ms *RmqTtMsgStream) Produce(ctx context.Context, msgs *MsgPack) error
|
||||
func (ms *RmqTtMsgStream) Broadcast(ctx conext.Context) msgs *MsgPack) error
|
||||
func (ms *RmqTtMsgStream) Consume() (*MsgPack, context.Context)
|
||||
func (ms *RmqTtMsgStream) Seek(mp *MsgPosition) error
|
||||
func (ms *RmqTtMsgStream) SetRepackFunc(repackFunc RepackFunc)
|
||||
|
||||
func NewRmqTtMsgStream(ctx context.Context) *RmqTtMsgStream
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user