FsShelter


Topology<'t>

Namespace: FsShelter
Parent Module: Topology

Storm Topology abstraction

Record Fields

Record FieldDescription
Anchors
Signature: Map<StreamId,ToAnchors>
Bolts
Signature: Map<ComponentId,Bolt<'t>>
Conf
Signature: Conf
Name
Signature: string
Spouts
Signature: Map<ComponentId,Spout<'t>>
Streams
Signature: Map<(StreamId * ComponentId),Stream<'t>>

Static members

Static memberDescription
WithConf(s, conf)
Signature: (s:Topology<'?8258> * conf:Conf) -> Topology<'?8258>
Fork me on GitHub