Logo FsShelter

Topology<'t> Type

Storm Topology abstraction

Record fields

Record Field Description

Anchors

Full Usage: Anchors

Field type: Map<StreamId, ToAnchors>
Field type: Map<StreamId, ToAnchors>

Bolts

Full Usage: Bolts

Field type: Map<ComponentId, Bolt<'t>>
Field type: Map<ComponentId, Bolt<'t>>

Conf

Full Usage: Conf

Field type: Conf
Field type: Conf

Name

Full Usage: Name

Field type: string
Field type: string

Spouts

Full Usage: Spouts

Field type: Map<ComponentId, Spout<'t>>
Field type: Map<ComponentId, Spout<'t>>

Streams

Full Usage: Streams

Field type: Map<(StreamId * ComponentId), Stream<'t>>
Field type: Map<(StreamId * ComponentId), Stream<'t>>

Static members

Static member Description

Topology.WithConf(s, conf)

Full Usage: Topology.WithConf(s, conf)

Parameters:
Returns: Topology<'a>
s : Topology<'a>
conf : Conf
Returns: Topology<'a>

Type something to start searching.