public interface ServerSideStreamProxy extends ActorObserver
| Modifier and Type | Method and Description |
|---|---|
<T> Task<StreamSubscriptionHandle<T>> |
subscribe(String provider,
int dataClassId,
String streamId,
ClientSideStreamProxy proxy) |
<T> Task<Void> |
unsubscribe(StreamSubscriptionHandle<T> handle) |
getObserverReference, ping<T> Task<StreamSubscriptionHandle<T>> subscribe(String provider, int dataClassId, String streamId, ClientSideStreamProxy proxy)
<T> Task<Void> unsubscribe(StreamSubscriptionHandle<T> handle)
Copyright © 2019 Electronic Arts Inc. All rights reserved.