Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Disconnect ¶
func (client *Client) Disconnect()
func (*Client) GetConnection ¶
func (client *Client) GetConnection() *nats.Conn
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.