Package org.hertsstack.core.service
Interface HertsReactiveService
-
- All Superinterfaces:
HertsService
- All Known Implementing Classes:
HertsServiceReactiveStreaming
public interface HertsReactiveService extends HertsService
Herts reactive service interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnection()Get connectionsio.grpc.MethodDescriptor.MethodTypegetGrpcMethodType()Get grpc methodHertsTypegetHertsType()Get implemented herts core typejava.lang.Class<?>getReceiver()Get HertsReceiverjava.lang.Class<?>getService()Get HertsService.
-
-
-
Method Detail
-
getHertsType
HertsType getHertsType()
Get implemented herts core type- Specified by:
getHertsTypein interfaceHertsService- Returns:
- HertsType
-
getConnection
java.lang.String getConnection()
Get connections- Specified by:
getConnectionin interfaceHertsService- Returns:
- Connection ids
-
getGrpcMethodType
io.grpc.MethodDescriptor.MethodType getGrpcMethodType()
Get grpc method- Specified by:
getGrpcMethodTypein interfaceHertsService- Returns:
- MethodDescriptor.MethodType
-
getService
java.lang.Class<?> getService()
Get HertsService.- Returns:
- HertsService
-
getReceiver
java.lang.Class<?> getReceiver()
Get HertsReceiver- Returns:
- HertsReceiver
-
-