public class GenericServiceServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Map<String,String>> |
metaDataMap |
| Constructor and Description |
|---|
GenericServiceServer(GrpcServerConfigs grpcServerConfigs,
AbstractGrpcSource relevantSource,
Class requestClass,
String siddhiAppName,
String streamID) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectServer(org.apache.log4j.Logger logger,
io.siddhi.core.stream.input.source.Source.ConnectionCallback connectionCallback,
String siddhiAppName,
String streamID) |
void |
disconnectServer(org.apache.log4j.Logger logger,
String siddhiAppName,
String streamID) |
public static ThreadLocal<Map<String,String>> metaDataMap
public GenericServiceServer(GrpcServerConfigs grpcServerConfigs, AbstractGrpcSource relevantSource, Class requestClass, String siddhiAppName, String streamID)
Copyright © 2019 WSO2. All rights reserved.