Annotation Interface WasmToolService


@Retention(RUNTIME) @Target(TYPE) @Stereotype public @interface WasmToolService
  • Element Details

    • wasmToolConfigurationName

      String wasmToolConfigurationName
      Default:
      "#default"
    • wasmMethodName

      String wasmMethodName
      Default:
      "#default"
    • argumentSerializer

      Class<? extends WasmArgumentSerializer> argumentSerializer
      Default:
      org.wildfly.wasm.api.WasmArgumentSerializer.class
    • resultDeserializer

      Class<? extends WasmResultDeserializer> resultDeserializer
      Default:
      org.wildfly.wasm.api.WasmResultDeserializer.class