Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
Stream is a stream of events
func (*Stream) ReceiveEvents ¶
ReceiveEvents returns a read-only channel for receiving events from the stream
type StreamsManager ¶
type StreamsManager struct {
// contains filtered or unexported fields
}
StreamManager manages streams
func NewStreamsManager ¶
func NewStreamsManager() *StreamsManager
NewStreamManager creates a new stream manager
func (*StreamsManager) Publish ¶
func (sm *StreamsManager) Publish(ctx context.Context, event trace.Event)
Publish publishes an event to all streams
func (*StreamsManager) Subscribe ¶
func (sm *StreamsManager) Subscribe(policyMask uint64, chanSize int) *Stream
Subscribe adds a stream to the manager
func (*StreamsManager) Unsubscribe ¶
func (sm *StreamsManager) Unsubscribe(stream *Stream)
Unsubscribe removes a stream from the manager
Click to show internal directories.
Click to hide internal directories.