Package org.hertsstack.core.service
Class HertsServiceBidirectionalStreaming<T>
- java.lang.Object
-
- org.hertsstack.core.service.HertsServiceBidirectionalStreaming<T>
-
- All Implemented Interfaces:
HertsService
public abstract class HertsServiceBidirectionalStreaming<T> extends java.lang.ObjectHerts bidirectional streaming service
-
-
Constructor Summary
Constructors Constructor Description HertsServiceBidirectionalStreaming()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConnection()Get rpc connection id list If you are using HertsHttp, always nullio.grpc.MethodDescriptor.MethodTypegetGrpcMethodType()Get grpc methodHertsTypegetHertsType()Get implemented herts core type
-
-
-
Method Detail
-
getHertsType
public HertsType getHertsType()
Description copied from interface:HertsServiceGet implemented herts core type- Specified by:
getHertsTypein interfaceHertsService- Returns:
- HertsType
-
getGrpcMethodType
public io.grpc.MethodDescriptor.MethodType getGrpcMethodType()
Description copied from interface:HertsServiceGet grpc method- Specified by:
getGrpcMethodTypein interfaceHertsService- Returns:
- MethodDescriptor.MethodType
-
getConnection
public java.lang.String getConnection()
Description copied from interface:HertsServiceGet rpc connection id list If you are using HertsHttp, always null- Specified by:
getConnectionin interfaceHertsService- Returns:
- Connection list
-
-