in streampipes-pipeline-elements-examples-processors-jvm/src/main/java/org/apache/streampipes/function/example/FunctionPublishExample.java [56:59]
public void onServiceStarted(FunctionContext context) {
LOG.info("Service started");
this.outputCollector = context.getOutputCollectors().get(STREAM_APP_ID);
}