Axinom Mosaic Libraries
    Preparing search index...

    Interface InboxOutboxScenarioConfig

    Config that is created by the setup step of getInboxOutboxSetup and passed to each function/step of runInboxOutboxScenario

    interface InboxOutboxScenarioConfig {
        broker: BrokerProxy;
        config: InboxOutboxMessagingConfig;
        shutdownActions: ShutdownAction[];
        testId: string;
        token: string;
    }
    Index

    Properties

    broker: BrokerProxy

    Messaging broker to send RabbitMQ messages.

    Configuration to be able to send messages, e.g. RabbitMQ connection details.

    shutdownActions: ShutdownAction[]

    Shutdown actions that are executed as part of the teardown step.

    testId: string

    Test identifier. Passed along with each sent message as part of message_context and used to retrieve the inbox/outbox state and report.

    token: string

    Authorization token to include in messages and GraphQL requests.