Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type STANSourceConn ¶
type STANSourceConn struct { *stanbase.STANConnection // contains filtered or unexported fields }
func (*STANSourceConn) Publish ¶
func (n *STANSourceConn) Publish(ctx context.Context, msg eventbuscommon.Message) error
type SourceSTAN ¶
func NewSourceSTAN ¶
func NewSourceSTAN(url, clusterID, eventSourceName string, subject string, auth *eventbuscommon.Auth, logger *zap.SugaredLogger) *SourceSTAN
func (*SourceSTAN) Connect ¶
func (n *SourceSTAN) Connect(clientID string) (eventbuscommon.EventSourceConnection, error)
func (*SourceSTAN) Initialize ¶
func (n *SourceSTAN) Initialize() error
Click to show internal directories.
Click to hide internal directories.