sig
val hydro_factory :
configure:(Netplex_types.config_file -> Netplex_types.address -> 'a) ->
?hooks:('a -> Netplex_types.processor_hooks) ->
?supported_ptypes:Netplex_types.parallelization_type list ->
name:string ->
sys:Hydro_types.system ->
setup:(Netplex_types.container -> Hydro_endpoint.Server.t -> 'a -> unit) ->
unit -> Netplex_types.processor_factory
end