Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemServer ¶
type SystemServer struct {
// contains filtered or unexported fields
}
SystemServer provides the internal endpoint
func (*SystemServer) Inject ¶
func (s *SystemServer) Inject( handlerProvider domain.HandlerProvider, logger flamingo.Logger, config *struct { ServiceAddress string `inject:"config:flamingo.systemendpoint.serviceAddr"` }, )
Inject dependencies
func (*SystemServer) Notify ¶
func (s *SystemServer) Notify(_ context.Context, e flamingo.Event)
Notify handles required actions on Start and shutdown
func (*SystemServer) Start ¶
func (s *SystemServer) Start()
Start the systemendpoint in a separate go routine
Click to show internal directories.
Click to hide internal directories.