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.String
getConnection()
Get connectionsio.grpc.MethodDescriptor.MethodType
getGrpcMethodType()
Get grpc methodHertsType
getHertsType()
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:
getHertsType
in interfaceHertsService
- Returns:
- HertsType
-
getConnection
java.lang.String getConnection()
Get connections- Specified by:
getConnection
in interfaceHertsService
- Returns:
- Connection ids
-
getGrpcMethodType
io.grpc.MethodDescriptor.MethodType getGrpcMethodType()
Get grpc method- Specified by:
getGrpcMethodType
in interfaceHertsService
- Returns:
- MethodDescriptor.MethodType
-
getService
java.lang.Class<?> getService()
Get HertsService.- Returns:
- HertsService
-
getReceiver
java.lang.Class<?> getReceiver()
Get HertsReceiver- Returns:
- HertsReceiver
-
-