Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
Modifier and Type | Method and Description |
---|---|
default void |
AggregationFunctionFactory.applyEnterCodegenManaged(AggregationFunctionFactoryCodegenRowApplyContextManaged context)
Generate code for apply-enter, applicable only for
AggregationFunctionFactoryCodegenType.CODEGEN_MANAGED |
default void |
AggregationFunctionFactory.applyLeaveCodegenManaged(AggregationFunctionFactoryCodegenRowApplyContextManaged context)
Generate code for apply-leave, applicable only for
AggregationFunctionFactoryCodegenType.CODEGEN_MANAGED |