Uses of Interface
com.espertech.esper.runtime.internal.subscriber.ResultDeliveryStrategy
Packages that use ResultDeliveryStrategy
-
Uses of ResultDeliveryStrategy in com.espertech.esper.runtime.internal.subscriber
Classes in com.espertech.esper.runtime.internal.subscriber that implement ResultDeliveryStrategyModifier and TypeClassDescriptionclass
A result delivery strategy that uses a matching "update" method and optional start, end, and updateRStream methods, to deliver column-wise to parameters of the update method.class
A result delivery strategy that uses an "update" method that accepts a pair of map array.class
class
A result delivery strategy that uses an "update" method that accepts a pair of object array array.class
A result delivery strategy that uses an "update" method that accepts a pair of object array array.class
A result delivery strategy that uses an "update" method that accepts a underlying array for use in wildcard selection.class
Methods in com.espertech.esper.runtime.internal.subscriber that return ResultDeliveryStrategyModifier and TypeMethodDescriptionstatic ResultDeliveryStrategy
ResultDeliveryStrategyFactory.create
(EPStatement statement, Object subscriber, String methodName, Class[] selectClauseTypes, String[] selectClauseColumns, String runtimeURI, com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService) Creates a strategy implementation that indicates to subscribers the statement results based on the select-clause columns.