Click or drag to resize

TypeRepresentationMapperMap Method

Return Avro schema for type information provided.

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object Map(
	TypeRepresentationMapperContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.typeTypeRepresentationMapperContext
type and contextual information

Return Value

Type: Object
schema
See Also