Class PassThroughEncoder.Factory
java.lang.Object
com.inductiveautomation.eventstream.gateway.encoding.PassThroughEncoder.Factory
- All Implemented Interfaces:
EventStreamRegistry.Item
,EncoderFactory
- Enclosing class:
- PassThroughEncoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.eventstream.gateway.encoding.EncoderFactory
getTypeId, isPublic
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceEncoderFactory
-
create
public EventStreamEncoder create(@Nullable com.inductiveautomation.ignition.common.gson.JsonObject config) - Specified by:
create
in interfaceEncoderFactory
-
getType
- Specified by:
getType
in interfaceEncoderFactory
-