Documentation ¶
Index ¶
Constants ¶
View Source
const ( JavaStringClassName = "java.lang.String" JavaLangClassName = "java.lang.Long" )
TODO java class name elem
Variables ¶
View Source
var DefaultMapOption = client.MapOption{ // contains filtered or unexported fields }
DefaultMapOption default map opt
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { GenericServicePool map[string]*dg.GenericService // contains filtered or unexported fields }
Client client to generic invoke dubbo
func SingletonDubboClient ¶
func SingletonDubboClient() *Client
SingletonDubboClient singleton dubbo clent
func (*Client) Get ¶
func (dc *Client) Get(ir fc.IntegrationRequest) *dg.GenericService
Get find a dubbo GenericService
Click to show internal directories.
Click to hide internal directories.