Uses of Class
de.codecentric.reedelk.runtime.api.message.content.TypedPublisher
-
-
Uses of TypedPublisher in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons that return TypedPublisher Modifier and Type Method Description static TypedPublisher<?>StreamUtils.FromByteArray. fromMimeType(org.reactivestreams.Publisher<byte[]> byteArrayStream, MimeType mimeType) -
Uses of TypedPublisher in de.codecentric.reedelk.runtime.api.converter
Methods in de.codecentric.reedelk.runtime.api.converter that return TypedPublisher Modifier and Type Method Description <I,O>
TypedPublisher<O>ConverterService. convert(TypedPublisher<I> input, Class<O> outputClass)Methods in de.codecentric.reedelk.runtime.api.converter with parameters of type TypedPublisher Modifier and Type Method Description <I,O>
TypedPublisher<O>ConverterService. convert(TypedPublisher<I> input, Class<O> outputClass) -
Uses of TypedPublisher in de.codecentric.reedelk.runtime.api.message
Methods in de.codecentric.reedelk.runtime.api.message with parameters of type TypedPublisher Modifier and Type Method Description <StreamType>
MessageBuilderMessageBuilder. withTypedPublisher(TypedPublisher<StreamType> typedPublisher)<StreamType>
MessageBuilderMessageBuilder. withTypedPublisher(TypedPublisher<StreamType> typedPublisher, MimeType mimeType) -
Uses of TypedPublisher in de.codecentric.reedelk.runtime.api.message.content
Methods in de.codecentric.reedelk.runtime.api.message.content that return TypedPublisher Modifier and Type Method Description static TypedPublisher<Boolean>TypedMono. emptyBoolean()static TypedPublisher<byte[]>TypedMono. emptyByteArray()static TypedPublisher<Double>TypedMono. emptyDouble()static TypedPublisher<Float>TypedMono. emptyFloat()static TypedPublisher<Integer>TypedMono. emptyInteger()static TypedPublisher<String>TypedMono. emptyString()static TypedPublisher<Void>TypedMono. emptyVoid()static <T> TypedPublisher<T>TypedMono. from(reactor.core.publisher.Mono<T> mono, Class<T> clazz)static <T> TypedPublisher<T>TypedPublisher. from(org.reactivestreams.Publisher<T> delegate, Class<T> clazz)static TypedPublisher<Boolean>TypedPublisher. fromBoolean(org.reactivestreams.Publisher<Boolean> delegate)static TypedPublisher<byte[]>TypedPublisher. fromByteArray(org.reactivestreams.Publisher<byte[]> delegate)static TypedPublisher<Double>TypedPublisher. fromDouble(org.reactivestreams.Publisher<Double> delegate)static TypedPublisher<Float>TypedPublisher. fromFloat(org.reactivestreams.Publisher<Float> delegate)static TypedPublisher<Integer>TypedPublisher. fromInteger(org.reactivestreams.Publisher<Integer> delegate)static <T> TypedPublisher<T>TypedPublisher. fromObject(org.reactivestreams.Publisher<T> delegate, Class<T> clazz)static TypedPublisher<String>TypedPublisher. fromString(org.reactivestreams.Publisher<String> delegate)static TypedPublisher<Void>TypedPublisher. fromVoid(org.reactivestreams.Publisher<Void> delegate)default TypedPublisher<StreamType>TypedContent. getStream()static TypedPublisher<byte[]>TypedMono. just(byte[] data)static TypedPublisher<Boolean>TypedMono. just(Boolean data)static TypedPublisher<Double>TypedMono. just(Double data)static TypedPublisher<Float>TypedMono. just(Float data)static TypedPublisher<Integer>TypedMono. just(Integer data)static TypedPublisher<String>TypedMono. just(String data)static TypedPublisher<Void>TypedMono. just(Void data)static <T> TypedPublisher<T>TypedMono. just(T data, Class<T> clazz)TypedPublisher<byte[]>ByteArrayContent. stream()TypedPublisher<Void>EmptyContent. stream()TypedPublisher<StreamType>ListContent. stream()TypedPublisher<ItemType>ObjectContent. stream()TypedPublisher<String>StringContent. stream()TypedPublisher<StreamType>TypedContent. stream() -
Uses of TypedPublisher in de.codecentric.reedelk.runtime.api.script
Methods in de.codecentric.reedelk.runtime.api.script that return TypedPublisher Modifier and Type Method Description <T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Message message)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Throwable throwable)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, List<String> argumentNames, Object... bindings)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(Script script, Class<T> returnType, Object... args)
-