Class PassThroughEncoder
java.lang.Object
com.inductiveautomation.eventstream.gateway.encoding.PassThroughEncoder
- All Implemented Interfaces:
EventStreamEncoder
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.inductiveautomation.eventstream.encoder.EventStreamEncoder
EventStreamEncoder.Config, EventStreamEncoder.Descriptor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final PassThroughEncoderstatic final EncoderFactory -
Method Summary
Modifier and TypeMethodDescriptionstatic EventStreamEncoder.Configconfig()Convertsdatato another type defined by theEventStreamEncoder.
-
Field Details
-
INSTANCE
-
ID
- See Also:
-
TYPE
-
-
Method Details
-
config
-
encode
Description copied from interface:EventStreamEncoderConvertsdatato another type defined by theEventStreamEncoder. Supported input types should always include the PyObject equivalent where possible, since Filter and Transforms will generally be outputting PyObjects.- Specified by:
encodein interfaceEventStreamEncoder- Parameters:
data- Data to encode.- Returns:
- Encoded data
-