Uses of Interface
com.caplin.datasource.publisher.RequestEvent
Package
Description
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of RequestEvent in com.caplin.datasource.publisher
Modifier and TypeMethodDescriptionvoid
DataProvider.onRequest
(RequestEvent requestEvent) Callback that informs theDataProvider
that a new request has been received and it should start sending data.