Interface RemoteActionFactory<T,U>
-
public interface RemoteActionFactory<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteAction<U>
create(T input)
-
-
-
Method Detail
-
create
RemoteAction<U> create(T input) throws PubNubException
- Throws:
PubNubException
-
-