Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventReceiver ¶
EventReceiver returns dispatched events
type NotificationManager ¶
type NotificationManager struct {
// contains filtered or unexported fields
}
NotificationManager manager class for notification listeners
func (*NotificationManager) GetListenersCalled ¶
func (n *NotificationManager) GetListenersCalled() []interface{}
GetListenersCalled - Returns listeners called
func (*NotificationManager) SubscribeNotifications ¶
func (n *NotificationManager) SubscribeNotifications(listeners map[string]int, client *client.OptimizelyClient)
SubscribeNotifications subscribes to the provided notification listeners
type ProxyEventDispatcher ¶
type ProxyEventDispatcher struct {
// contains filtered or unexported fields
}
ProxyEventDispatcher represents a valid HTTP implementation of the Dispatcher interface
func (*ProxyEventDispatcher) DispatchEvent ¶
func (d *ProxyEventDispatcher) DispatchEvent(event event.LogEvent) (bool, error)
DispatchEvent dispatches event with callback
func (*ProxyEventDispatcher) GetEvents ¶
func (d *ProxyEventDispatcher) GetEvents() []event.Batch
GetEvents returns dispatched events
Click to show internal directories.
Click to hide internal directories.