Streaming class
Методы для работы со Streaming API.
Constructors
- Streaming.new(Api _api)
- Конструктор.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getServerUrl<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Allows to receive data for the connection to Streaming API.
-
getSettings<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Позволяет получить значение порога для Streaming API.
-
getStats<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Позволяет получить статистику для подготовленных и доставленных событий Streaming API.
-
getStem<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Позволяет получить основу слова.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSettings<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Позволяет задать значение порога для Streaming API.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited