Liking cljdoc? Tell your friends :D

jackdaw.test.transports


+transports+clj

source

deftransportcljmacro

(deftransport transport-type args & body)

Defines a transport multimethod implementation for transport-type and registers that type in the supported-transports set.

Defines a `transport` multimethod implementation for `transport-type` and
registers that type in the supported-transports set.
sourceraw docstring

supported-transportsclj

(supported-transports)

Returns the set of registered test-transport types (the :type values that transport can satisfy).

Returns the set of registered test-transport types (the `:type` values that
`transport` can satisfy).
sourceraw docstring

transportcljmultimethod

source

with-transportclj

(with-transport machine transport)

Wires transport (its consumer/producer channels) into machine, returning the merged machine; throws if the transport provides no consumer messages channel.

Wires `transport` (its consumer/producer channels) into `machine`, returning
the merged machine; throws if the transport provides no consumer messages
channel.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close