public TypeInformation getProducedType()

in docker/ops-playground-image/java/flink-playground-clickcountjob/src/main/java/org/apache/flink/playgrounds/ops/clickcount/records/ClickEventDeserializationSchema.java [48:50]


	public TypeInformation<ClickEvent> getProducedType() {
		return TypeInformation.of(ClickEvent.class);
	}