Class SimpleJobBusDirectory<CTX>

    • Constructor Detail

      • SimpleJobBusDirectory

        public SimpleJobBusDirectory​(CTX aContext)
        Instantiates the SimpleJobBusDirectory with the provided context and and a pre-defined String objects generating HandleGenerator. It is up to you which context (service, Component, POJO) you want to provide to a job (Undoable) when being executed.
        Parameters:
        aContext - The context which is passed to the job (Undoable) instances when being executed.