Documentation ¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (r *Impl) AcornName() string
- func (r *Impl) AssembleAcorn(_ auacornapi.AcornRegistry) error
- func (r *Impl) IsKafka() bool
- func (r *Impl) Receive(incomingEvent repository.UpdateEvent)
- func (r *Impl) Reset()
- func (r *Impl) Send(_ context.Context, event repository.UpdateEvent) error
- func (r *Impl) SetupAcorn(_ auacornapi.AcornRegistry) error
- func (r *Impl) StartReceiveLoop(ctx context.Context) error
- func (r *Impl) SubscribeIncoming(_ context.Context, callback repository.ReceiverCallback) error
- func (r *Impl) TeardownAcorn(_ auacornapi.AcornRegistry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Impl ¶
type Impl struct { Callback repository.ReceiverCallback Recording []repository.UpdateEvent }
func (*Impl) AssembleAcorn ¶
func (*Impl) Receive ¶
func (r *Impl) Receive(incomingEvent repository.UpdateEvent)
func (*Impl) Send ¶
func (r *Impl) Send(_ context.Context, event repository.UpdateEvent) error
func (*Impl) SetupAcorn ¶
func (*Impl) SubscribeIncoming ¶
func (r *Impl) SubscribeIncoming(_ context.Context, callback repository.ReceiverCallback) error
func (*Impl) TeardownAcorn ¶
Click to show internal directories.
Click to hide internal directories.