Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { }
func (*Factory) NewManager ¶
func (*Factory) NewManager(settings map[string]interface{}) (connection.Manager, error)
type PulsarConnection ¶
type PulsarConnection struct {
// contains filtered or unexported fields
}
func (*PulsarConnection) GetConnection ¶
func (p *PulsarConnection) GetConnection() interface{}
func (*PulsarConnection) ReleaseConnection ¶
func (p *PulsarConnection) ReleaseConnection(connection interface{})
func (*PulsarConnection) Start ¶
func (p *PulsarConnection) Start() error
func (*PulsarConnection) Stop ¶
func (p *PulsarConnection) Stop() error
func (*PulsarConnection) Type ¶
func (p *PulsarConnection) Type() string
Click to show internal directories.
Click to hide internal directories.