Uses of Interface
com.tick42.glue.core.interop.stream.receive.StreamPublisher
Packages that use StreamPublisher
Package
Description
Interop API .
-
Uses of StreamPublisher in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type StreamPublisherModifier and TypeMethodDescriptiondefault CompletionStage<StreamPublisher<Map<String,Object>>>Interop.stream(ServerMethod method, Map<String,Object> arg)<T, R> CompletionStage<StreamPublisher<R>>Interop.stream(ServerMethod method, T arg, ReifiedType<R> dataType)Invokes a streaming method with specified arg and returns a future for aStreamPublisher.default <T> CompletionStage<StreamPublisher<Map<String,Object>>><T, R> CompletionStage<StreamPublisher<R>>Interop.stream(String method, T arg, ReifiedType<R> dataType) -
Uses of StreamPublisher in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery that return types with arguments of type StreamPublisherModifier and TypeMethodDescription<T> CompletionStage<StreamPublisher<R>>MethodSearch.stream(T arg)