Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterConnector ¶
type AdapterConnector struct {
// contains filtered or unexported fields
}
func NewAdapterConnector ¶
func NewAdapterConnector() *AdapterConnector
func (*AdapterConnector) Connect ¶
func (dc *AdapterConnector) Connect(host string, options *Options) error
func (*AdapterConnector) Disconnect ¶
func (dc *AdapterConnector) Disconnect() error
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
func NewEventBus ¶
func NewEventBus(host string, handler EventBusHandler, options EventBusOptions) *EventBus
func (*EventBus) GetConnection ¶
func (*EventBus) ReconnectHandler ¶
type EventBusHandler ¶
type EventBusOptions ¶
Click to show internal directories.
Click to hide internal directories.