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

Packages that use EventTypeException
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 
com.espertech.esper.event This package defines the internal event APIs. 
 

Uses of EventTypeException in com.espertech.esper.client
 

Methods in com.espertech.esper.client that throw EventTypeException
 EventSender EPRuntimeIsolated.getEventSender(java.lang.String eventTypeName)
          Returns a facility to process event objects that are of a known type.
 EventSender EPRuntime.getEventSender(java.lang.String eventTypeName)
          Returns a facility to process event objects that are of a known type.
 EventSender EPRuntimeIsolated.getEventSender(java.net.URI[] uris)
          For use with plug-in event representations, returns a facility to process event objects that are of one of a number of types that one or more of the registered plug-in event representation extensions can reflect upon and provide an event for.
 EventSender EPRuntime.getEventSender(java.net.URI[] uris)
          For use with plug-in event representations, returns a facility to process event objects that are of one of a number of types that one or more of the registered plug-in event representation extensions can reflect upon and provide an event for.
 

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

Methods in com.espertech.esper.core.service that throw EventTypeException
 EventSender EPRuntimeIsolatedImpl.getEventSender(java.net.URI[] uri)
           
 EventSender EPRuntimeImpl.getEventSender(java.net.URI[] uri)
           
 

Uses of EventTypeException in com.espertech.esper.event
 

Methods in com.espertech.esper.event that throw EventTypeException
 EventSender EventAdapterServiceImpl.getDynamicTypeEventSender(EPRuntimeEventSender epRuntime, java.net.URI[] uri, ThreadingService threadingService)
           
 EventSender EventAdapterServiceImpl.getStaticTypeEventSender(EPRuntimeEventSender runtimeEventSender, java.lang.String eventTypeName, ThreadingService threadingService)
           
 


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