Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { Create(client persistent.PersistentSubscriptions_ReadClient, subscriptionId string, messageAdapter message_adapter.MessageAdapter, cancel context.CancelFunc, ) event_reader.EventReader }
type FactoryImpl ¶
type FactoryImpl struct{}
func (FactoryImpl) Create ¶
func (factory FactoryImpl) Create( client persistent.PersistentSubscriptions_ReadClient, subscriptionId string, messageAdapter message_adapter.MessageAdapter, cancel context.CancelFunc) event_reader.EventReader
Click to show internal directories.
Click to hide internal directories.