Interface BuilderStepBuilder

    • Method Detail

      • build

        UseCaseBus build​(MessageBus messageBus)
        Completes the configuration and creates a UseCaseBus based on the given SerializedMessageBus.
        Parameters:
        messageBus - the MessageBus to use
        Returns:
        the newly created UseCaseBus
      • buildAsStandaloneAdapter

        UseCaseAdapter buildAsStandaloneAdapter()
        Completes the configuration and creates a UseCaseAdapter.
        Returns:
        the newly created UseCaseAdapter