Java API Doc revisions
This commit is contained in:
parent
865de16086
commit
5b486cdfa9
|
|
@ -4,7 +4,7 @@
|
|||
package com.microsoft.signalr;
|
||||
|
||||
/**
|
||||
* A callback that takes five parameter.
|
||||
* A callback that takes five parameters.
|
||||
*
|
||||
* @param <T1> The type of the first parameter to the callback.
|
||||
* @param <T2> The type of the second parameter to the callback.
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ import io.reactivex.Single;
|
|||
import io.reactivex.subjects.CompletableSubject;
|
||||
import io.reactivex.subjects.SingleSubject;
|
||||
|
||||
/**
|
||||
* A connection used to invoke hub methods on a SignalR Server.
|
||||
*/
|
||||
public class HubConnection {
|
||||
private static final String RECORD_SEPARATOR = "\u001e";
|
||||
private static final List<Class<?>> emptyArray = new ArrayList<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue