Uses of Class
com.espertech.esper.client.EPSubscriberException

Packages that use EPSubscriberException
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of EPSubscriberException in com.espertech.esper.client
 

Methods in com.espertech.esper.client that throw EPSubscriberException
 void EPStatement.setSubscriber(java.lang.Object subscriber)
          Attaches a subscriber to receive statement results, or removes a previously set subscriber (by providing a null value).
 void EPStatement.setSubscriber(java.lang.Object subscriber, java.lang.String methodName)
          Attaches a subscriber to receive statement results by calling the method with the provided method name, or removes a previously set subscriber (by providing a null value).
 

Uses of EPSubscriberException in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that throw EPSubscriberException
static ResultDeliveryStrategy ResultDeliveryStrategyFactory.create(java.lang.String statementName, java.lang.Object subscriber, java.lang.String methodName, java.lang.Class[] selectClauseTypes, java.lang.String[] selectClauseColumns)
          Creates a strategy implementation that indicates to subscribers the statement results based on the select-clause columns.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com