Class AbstractIncludeExternalActor

    • Constructor Detail

      • AbstractIncludeExternalActor

        public AbstractIncludeExternalActor()
    • Method Detail

      • checkExternalActor

        protected abstract String checkExternalActor​(Actor actor)
        Performs checks on the external actor.
        Parameters:
        actor - the actor to check
        Returns:
        null if OK, otherwise error message
      • setUpExternalActor

        public String setUpExternalActor()
        Sets up the external actor.
        Returns:
        null if everything is fine, otherwise error message
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message