Package-level declarations

Types

Link copied to clipboard
abstract class AbstractCallback : Callback
Link copied to clipboard
interface Callback : Action
Link copied to clipboard
Link copied to clipboard
typealias Callbacks = List<Callback>

Type alias for a list of collectors.

Link copied to clipboard
typealias Journey = Workflow
Link copied to clipboard
interface JourneyAware

An interface that should be implemented by classes that need to be aware of the Journey workflow. The Journey will be injected to the classes that implement this interface.

Link copied to clipboard

An interface that should be implemented by classes that need to be transformed itself to a Request.

Properties

Link copied to clipboard

Extension property for Connector class to get a list of collectors.