Uses of Interface
com.tick42.glue.core.interop.stream.receive.StreamPublisher
| Package | Description |
|---|---|
| com.tick42.glue.core.interop | |
| com.tick42.glue.core.interop.discovery | |
| com.tick42.glue.internal.agm |
-
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) -
Uses of StreamPublisher in com.tick42.glue.internal.agm
Methods in com.tick42.glue.internal.agm that return types with arguments of type StreamPublisher Modifier and Type Method Description <T, R> CompletionStage<StreamPublisher<R>>Agm. stream(ServerMethod method, T arg, ReifiedType<R> eventType)<T, R> CompletionStage<StreamPublisher<R>>Agm. stream(String method, T arg, ReifiedType<R> returnType)