Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EventProcessorWireSet = wire.NewSet( NewCentralEventProcessor, in.EventProcessorInWireSet, out.EventProcessorOutWireSet, )
Functions ¶
This section is empty.
Types ¶
type CentralEventProcessor ¶
type CentralEventProcessor struct {
// contains filtered or unexported fields
}
func NewCentralEventProcessor ¶
func NewCentralEventProcessor(logger *zap.SugaredLogger, workflowEventProcessor *in.WorkflowEventProcessorImpl, ciPipelineEventProcessor *in.CIPipelineEventProcessorImpl, cdPipelineEventProcessor *in.CDPipelineEventProcessorImpl, deployedApplicationEventProcessorImpl *in.DeployedApplicationEventProcessorImpl, appStoreAppsEventProcessorImpl *in.AppStoreAppsEventProcessorImpl) (*CentralEventProcessor, error)
func (*CentralEventProcessor) SubscribeAll ¶
func (impl *CentralEventProcessor) SubscribeAll() error
Click to show internal directories.
Click to hide internal directories.