Class AstrixServiceInvocationTask

  • All Implemented Interfaces:
    Serializable, org.openspaces.core.executor.Task<com.avanza.astrix.remoting.client.AstrixServiceInvocationResponse>

    public class AstrixServiceInvocationTask
    extends Object
    implements org.openspaces.core.executor.Task<com.avanza.astrix.remoting.client.AstrixServiceInvocationResponse>
    Author:
    Elias Lindholm (elilin)
    See Also:
    Serialized Form
    • Field Detail

      • astrixSpringContext

        @Autowired
        public transient com.avanza.astrix.spring.AstrixSpringContext astrixSpringContext
    • Constructor Detail

      • AstrixServiceInvocationTask

        public AstrixServiceInvocationTask​(com.avanza.astrix.remoting.client.AstrixServiceInvocationRequest invocationRequest)
    • Method Detail

      • execute

        public com.avanza.astrix.remoting.client.AstrixServiceInvocationResponse execute()
                                                                                  throws Exception
        Specified by:
        execute in interface org.openspaces.core.executor.Task<com.avanza.astrix.remoting.client.AstrixServiceInvocationResponse>
        Throws:
        Exception