Interface InvokingUseCaseStepBuilder

    • Method Detail

      • invokingUseCase

        <U> Step2Builder<U> invokingUseCase​(Class<U> useCaseClass)
        Adds a new invocation information for a use case of the given Class.
        Type Parameters:
        U - the type of the use case
        Parameters:
        useCaseClass - the Class of the use case
        Returns:
        the next step in the fluent builder interface