Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithClientAndSubs ¶
func NewWithClientAndSubs(client LocalHttpEventingClient, subs map[string][]string) (sdk.EventService, error)
Types ¶
type LocalEventService ¶
type LocalEventService struct { sdk.UnimplementedEventingPlugin // 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, event *sdk.NitricEvent) error
Publish a message to a given topic
Click to show internal directories.
Click to hide internal directories.