Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewNatsHandler ¶
NewNatsHandler creates a new nats handler to handle a topic
type HandlerSettings ¶
type HandlerSettings struct {
Topic string `md:"topic,required"`
}
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
type Trigger ¶
type Trigger struct {
// contains filtered or unexported fields
}
func (*Trigger) Initialize ¶
func (t *Trigger) Initialize(ctx trigger.InitContext) error
Click to show internal directories.
Click to hide internal directories.