Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnector ¶ added in v0.1.2
func NewConnector(events []workflow.ConnectorEvent, opts ...Option) *connector
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
type StreamConstructor ¶
type StreamConstructor struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...Option) *StreamConstructor
func (StreamConstructor) NewReceiver ¶ added in v0.2.6
func (s StreamConstructor) NewReceiver( ctx context.Context, topic string, name string, opts ...workflow.ReceiverOption, ) (workflow.EventReceiver, error)
func (StreamConstructor) NewSender ¶ added in v0.2.6
func (s StreamConstructor) NewSender(ctx context.Context, topic string) (workflow.EventSender, error)
Click to show internal directories.
Click to hide internal directories.