Class DecouplingReturnInterceptor

java.lang.Object
jadex.providedservice.impl.service.interceptors.AbstractApplicableInterceptor
jadex.providedservice.impl.service.interceptors.DecouplingReturnInterceptor
All Implemented Interfaces:
IServiceInvocationInterceptor

public class DecouplingReturnInterceptor extends AbstractApplicableInterceptor
The decoupling return interceptor ensures that the result notifications of a future a delivered on the calling component thread.
  • Constructor Details

    • DecouplingReturnInterceptor

      public DecouplingReturnInterceptor()
  • Method Details

    • execute

      public jadex.future.IFuture<Void> execute(ServiceInvocationContext sic)
      Execute the interceptor.
      Parameters:
      sic - The invocation context.