Uses of Interface
com.tick42.glue.core.interop.stream.receive.StreamData
-
Packages that use StreamData Package Description com.tick42.glue.core.interop.stream.receive -
-
Uses of StreamData in com.tick42.glue.core.interop.stream.receive
Methods in com.tick42.glue.core.interop.stream.receive with parameters of type StreamData Modifier and Type Method Description default voidStreamSubscriber. onData(ServerMethod method, StreamData<T> data)Method to be invoked when data is received on the stream.
-