All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.process.api.ProcessSettings Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package xapi.process.api;

import xapi.annotation.model.ClientToServer;
import xapi.annotation.model.ServerToClient;
import xapi.annotation.process.Blocking;
import xapi.annotation.process.RunParallel;

public @interface ProcessSettings {

  Blocking isBlocking() default @Blocking;
  RunParallel isParallel() default @RunParallel;
  ClientToServer clientSerializer() default @ClientToServer;
  ServerToClient serverSerializer() default @ServerToClient;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy