Uses of Interface
com.tick42.glue.core.interop.stream.receive.StreamPublisher
-
Packages that use StreamPublisher Package Description com.tick42.glue.core.interop Interop API .com.tick42.glue.core.interop.discovery -
-
Uses of StreamPublisher in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type StreamPublisher Modifier and Type Method Description default 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>>>Interop. stream(String method, T arg)<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 StreamPublisher Modifier and Type Method Description <T> CompletionStage<StreamPublisher<R>>MethodSearch. stream(T arg)
-