public FunctionConfig getFunctionConfig()

in streampipes-pipeline-elements-examples-processors-jvm/src/main/java/org/apache/streampipes/function/example/StreamPipesFunctionExample.java [26:30]


  public FunctionConfig getFunctionConfig() {
    return FunctionConfigBuilder
        .create(FunctionId.from("org.apache.streampipes.example.function", 1))
        .build();
  }