Represents a step transaction that extends the Transaction class.

Hierarchy (view full)

Constructors

Properties

logger: default

A logger object used for logging messages, errors, and other information.

publisher: default

The publisher of the content.

request: default<never, StringMap, StringMap>

The request object for making a request of type InputType.

responseProxy: null | ((response: default<null>) => Promise<void>)

A function that acts as a response proxy for a given response object.

The response object to proxy.

A promise that resolves to void.

Methods