Documentation
¶
Index ¶
- type UdmApp
- func (a *UdmApp) CallServerStop()
- func (a *UdmApp) CancelContext() context.Context
- func (a *UdmApp) Config() *factory.Config
- func (a *UdmApp) Consumer() *consumer.Consumer
- func (a *UdmApp) Context() *udm_context.UDMContext
- func (a *UdmApp) Processor() *processor.Processor
- func (a *UdmApp) SetLogEnable(enable bool)
- func (a *UdmApp) SetLogLevel(level string)
- func (a *UdmApp) SetReportCaller(reportCaller bool)
- func (a *UdmApp) Start()
- func (a *UdmApp) Terminate()
- func (a *UdmApp) WaitRoutineStopped()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UdmApp ¶
type UdmApp struct {
// contains filtered or unexported fields
}
func (*UdmApp) CallServerStop ¶
func (a *UdmApp) CallServerStop()
func (*UdmApp) CancelContext ¶
func (*UdmApp) Context ¶
func (a *UdmApp) Context() *udm_context.UDMContext
func (*UdmApp) SetLogEnable ¶
func (*UdmApp) SetLogLevel ¶
func (*UdmApp) SetReportCaller ¶
func (*UdmApp) WaitRoutineStopped ¶
func (a *UdmApp) WaitRoutineStopped()
Click to show internal directories.
Click to hide internal directories.