Documentation ¶
Index ¶
- func Register(configs Configs, bulkLimit, errorCount uint64, view *view.View, ...) []query.Handler
- type Config
- type Configs
- type Styling
- func (_ *Styling) AggregateTypes() []models.AggregateType
- func (m *Styling) CurrentSequence(instanceID string) (uint64, error)
- func (m *Styling) EventQuery() (*models.SearchQuery, error)
- func (h *Styling) Eventstore() v1.Eventstore
- func (h *Styling) LockDuration() time.Duration
- func (h *Styling) MinimumCycleDuration() time.Duration
- func (m *Styling) OnError(event *models.Event, err error) error
- func (m *Styling) OnSuccess() error
- func (h *Styling) QueryLimit() uint64
- func (m *Styling) Reduce(event *models.Event) (err error)
- func (m *Styling) Subscription() *v1.Subscription
- func (m *Styling) ViewModel() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Styling ¶
type Styling struct {
// contains filtered or unexported fields
}
func (*Styling) AggregateTypes ¶
func (_ *Styling) AggregateTypes() []models.AggregateType
func (*Styling) CurrentSequence ¶
func (*Styling) EventQuery ¶
func (m *Styling) EventQuery() (*models.SearchQuery, error)
func (*Styling) Eventstore ¶
func (h *Styling) Eventstore() v1.Eventstore
func (*Styling) LockDuration ¶
func (*Styling) MinimumCycleDuration ¶
func (*Styling) QueryLimit ¶
func (h *Styling) QueryLimit() uint64
func (*Styling) Subscription ¶
func (m *Styling) Subscription() *v1.Subscription
Click to show internal directories.
Click to hide internal directories.