Class ComponentFutureFunctionality


  • public class ComponentFutureFunctionality
    extends FutureFunctionality
    Schedule forward future executions (e.g. results) on component thread, i.e. the component is the callee side of the future.
    • Constructor Detail

      • ComponentFutureFunctionality

        public ComponentFutureFunctionality​(IInternalAccess access)
        Create a new future.
    • Method Detail

      • scheduleForward

        public <T> void scheduleForward​(jadex.commons.ICommand<T> command,
                                        T args)
        Send a foward command.
        Overrides:
        scheduleForward in class FutureFunctionality