Package org.hertsstack.core.service
Interface HertsService
-
- All Known Subinterfaces:
HertsReactiveService
- All Known Implementing Classes:
HertsServiceBidirectionalStreaming
,HertsServiceClientStreaming
,HertsServiceHttp
,HertsServiceReactiveStreaming
,HertsServiceServerStreaming
,HertsServiceUnary
public interface HertsService
Herts service interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getConnection()
Get rpc connection id list If you are using HertsHttp, always nullio.grpc.MethodDescriptor.MethodType
getGrpcMethodType()
Get grpc methodHertsType
getHertsType()
Get implemented herts core type
-
-
-
Method Detail
-
getHertsType
HertsType getHertsType()
Get implemented herts core type- Returns:
- HertsType
-
getGrpcMethodType
io.grpc.MethodDescriptor.MethodType getGrpcMethodType()
Get grpc method- Returns:
- MethodDescriptor.MethodType
-
getConnection
java.lang.String getConnection()
Get rpc connection id list If you are using HertsHttp, always null- Returns:
- Connection list
-
-