Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEstuaryRpcEngine ¶
type IEstuaryRpcEngine interface {
SendMessage(topic string, handle string, msg *rpcevent.Command) error
}
func NewEstuaryRpcEngine ¶
func NewEstuaryRpcEngine(cfg *config.Estuary, log *zap.SugaredLogger, handlerFn types.MessageHandlerFn) (IEstuaryRpcEngine, error)
type IShuttleRpcEngine ¶
func NewShuttleRpcEngine ¶
func NewShuttleRpcEngine(cfg *config.Shuttle, handle string, log *zap.SugaredLogger, handlerFn types.CommandHandlerFn) (IShuttleRpcEngine, error)
Click to show internal directories.
Click to hide internal directories.