org.hertsstack.rpcclient.InternalReactiveObserver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of herts-rpc-client Show documentation
Show all versions of herts-rpc-client Show documentation
Herts real time framework for RpcClient
The newest version!
package org.hertsstack.rpcclient;
import io.grpc.stub.StreamObserver;
import org.hertsstack.core.context.SharedServiceContext;
import org.hertsstack.core.service.HertsReceiver;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/**
* Internal reactive observer
*
* @author Herts Contributer
*/
class InternalReactiveObserver implements StreamObserver
© 2015 - 2025 Weber Informatics LLC | Privacy Policy