Interface StreamSubscription
-
- All Superinterfaces:
AsynchronousCloseable,AutoCloseable
public interface StreamSubscription extends AsynchronousCloseable
Subscription for a streamingServerMethod.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerMethodgetMethod()-
Methods inherited from interface com.tick42.glue.core.AsynchronousCloseable
close, closeAsync, onClose
-
-
-
-
Method Detail
-
getMethod
ServerMethod getMethod()
-
-