Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRethinkDBStateChangeBinding ¶
func NewRethinkDBStateChangeBinding(logger logger.Logger) bindings.InputBinding
NewRethinkDBStateChangeBinding returns a new RethinkDB actor event input binding.
Types ¶
type Binding ¶
type Binding struct {
// contains filtered or unexported fields
}
Binding represents RethinkDB change state input binding which fires handler with both the previous and current state store content each time there is a change.
func (*Binding) GetComponentMetadata ¶ added in v1.11.0
func (b *Binding) GetComponentMetadata() (metadataInfo metadata.MetadataMap)
GetComponentMetadata returns the metadata of the component.
type StateConfig ¶
type StateConfig struct { r.ConnectOpts `mapstructure:",squash"` Table string `mapstructure:"table"` }
StateConfig is the binding config.
Click to show internal directories.
Click to hide internal directories.