Liking cljdoc? Tell your friends :D

wf.event

Protocols of wf event records.

Protocols of wf event records.
raw docstring

Eventcljprotocol

(REQUIRED) Core event protocol.

(REQUIRED) Core event protocol.

context-keyclj

(context-key this)

Returns the partition key of the event.

Returns the partition key of the event.

event-payloadclj

(event-payload this)

Returns the payload of the event.

Returns the payload of the event.
sourceraw docstring

PartitionedEventcljprotocol

(OPTIONAL) May be used along with the engine's PartitiondedFlows protocol to limit the initial set of flow candidates based on custom partitioning logic.

(OPTIONAL) May be used along with the engine's PartitiondedFlows protocol
to limit the initial set of flow candidates based on custom partitioning
logic.

partition-keyclj

(partition-key this)

Returns the partition key of the event.

Returns the partition key of the event.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close