Module Values.MergeRouterInputStreamDetailsSource

Configuration details for a merge router input that combines two input sources.

Sourcetype nonrec t = {
  1. sourceIndexZeroStreamDetails : MergeRouterInputIndexedStreamDetails.t option;
    (*

    Configuration details for the first source (index 0) in the merge setup.

    *)
  2. sourceIndexOneStreamDetails : MergeRouterInputIndexedStreamDetails.t option;
    (*

    Configuration details for the second source (index 1) in the merge setup.

    *)
}
Sourceval make : ?sourceIndexZeroStreamDetails:??? -> ?sourceIndexOneStreamDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t