Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Activities ¶
type Activities struct {
// contains filtered or unexported fields
}
Activities is the struct that will handle the exchanges aggregator.
func (Activities) ListenSymbolActivity ¶
func (a Activities) ListenSymbolActivity( ctx context.Context, params exchanges.ListenSymbolParams, ) (exchanges.ListenSymbolResults, error)
ListenSymbolActivity will listen to the symbol activity.
func (*Activities) Name ¶
func (a *Activities) Name() string
Name will return the name of the aggregator.
func (*Activities) Register ¶
func (a *Activities) Register(w worker.Worker)
Register will register the exchanges aggregator to Temporal.
Click to show internal directories.
Click to hide internal directories.