Uses of Interface
com.espertech.esperio.SendableEvent

Packages that use SendableEvent
com.espertech.esperio This package contains adapter framework classes applicable to multiple adapter implementations. 
com.espertech.esperio.csv CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events streams 
 

Uses of SendableEvent in com.espertech.esperio
 

Classes in com.espertech.esperio that implement SendableEvent
 class AbstractSendableEvent
          Base class for sendable event, provides timestamp and schedule slot.
 class SendableBeanEvent
          An implementation of SendableEvent that wraps a Map event for sending into the runtime.
 class SendableMapEvent
          An implementation of SendableEvent that wraps a Map event for sending into the runtime.
 

Fields in com.espertech.esperio with type parameters of type SendableEvent
protected  java.util.SortedSet<SendableEvent> AbstractCoordinatedAdapter.eventsToSend
          Sorted events to be sent.
 

Methods in com.espertech.esperio that return SendableEvent
 SendableEvent CoordinatedAdapter.read()
          Get the next event in line to be sent into the runtime , or null if there is no available event.
 SendableEvent AdapterCoordinatorImpl.read()
           
 

Methods in com.espertech.esperio with parameters of type SendableEvent
 int SendableEventComparator.compare(SendableEvent one, SendableEvent two)
           
 

Uses of SendableEvent in com.espertech.esperio.csv
 

Methods in com.espertech.esperio.csv that return SendableEvent
 SendableEvent CSVInputAdapter.read()
           
 


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