@FunctionalInterface public interface IncomingMessageTranscriber<T>
| Modifier and Type | Method and Description |
|---|---|
default <U> io.reactivex.functions.Function<T,U> |
castToFunction(Class<U> requestType) |
<U> U |
transcribeIncomingMessage(T anObject,
Class<U> typeToUnmarshalTo) |
Copyright © 2018. All rights reserved.