Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithClientAndSubs ¶
func NewWithClientAndSubs(client LocalHttpeventsClient, subs map[string][]string) (events.EventService, error)
Types ¶
type LocalEventService ¶
type LocalEventService struct { events.UnimplementedeventsPlugin // contains filtered or unexported fields }
func (*LocalEventService) ListTopics ¶
func (s *LocalEventService) ListTopics() ([]string, error)
Get a list of available topics
func (*LocalEventService) Publish ¶
func (s *LocalEventService) Publish(topic string, delay int, event *events.NitricEvent) error
Publish a message to a given topic
Click to show internal directories.
Click to hide internal directories.