Class SerdeProvisionByClass
java.lang.Object
com.espertech.esper.common.client.serde.SerdeProvision
com.espertech.esper.common.client.serde.SerdeProvisionByClass
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available via a singleton-pattern-style static field named "INSTANCE" (preferred) or by has a default constructor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class of the serdetoForge()
Convert to serde forge
-
Constructor Details
-
SerdeProvisionByClass
Class of the serde.- Parameters:
serdeClass
- serde class
-
-
Method Details
-
getSerdeClass
Returns the class of the serde- Returns:
- serde class
-
toForge
Description copied from class:SerdeProvision
Convert to serde forge- Specified by:
toForge
in classSerdeProvision
- Returns:
- serde forge
-