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 ¶ added in v1.2.1
type UdmApp struct {
// contains filtered or unexported fields
}
func (*UdmApp) CallServerStop ¶ added in v1.2.3
func (a *UdmApp) CallServerStop()
func (*UdmApp) CancelContext ¶ added in v1.2.3
func (*UdmApp) Context ¶ added in v1.2.3
func (a *UdmApp) Context() *udm_context.UDMContext
func (*UdmApp) SetLogEnable ¶ added in v1.2.1
func (*UdmApp) SetLogLevel ¶ added in v1.2.1
func (*UdmApp) SetReportCaller ¶ added in v1.2.1
func (*UdmApp) WaitRoutineStopped ¶ added in v1.2.3
func (a *UdmApp) WaitRoutineStopped()
Click to show internal directories.
Click to hide internal directories.