24#ifndef PIPELINE_FACTORY_INCLUDED
25#define PIPELINE_FACTORY_INCLUDED
Interface for the application of events, them being packets or log events.
Definition: pipeline_interfaces.h:663
int get_pipeline(Handler_pipeline_type pipeline_type, Event_handler **pipeline)
This method joins the two above method, assembling a pipeline accordingly with the given configuratio...
Definition: pipeline_factory.cc:34
int get_pipeline_configuration(Handler_pipeline_type pipeline_type, Handler_id **pipeline_conf)
This method returns the configured handlers for the received pipeline.
Definition: pipeline_factory.cc:48
Handler_id
Enumeration type for the different types of handlers.
Definition: pipeline_factory.h:34
@ CATALOGING_HANDLER
Definition: pipeline_factory.h:37
@ CERTIFICATION_HANDLER
Definition: pipeline_factory.h:35
@ SQL_THREAD_APPLICATION_HANDLER
Definition: pipeline_factory.h:36
int configure_pipeline(Event_handler **pipeline, Handler_id handler_list[], int num_handlers)
This method configures the pipeline accordingly to the received handlers.
Definition: pipeline_factory.cc:71
Handler_pipeline_type
Definition: pipeline_factory.h:45
@ STANDARD_GROUP_REPLICATION_PIPELINE
Definition: pipeline_factory.h:45