package |
Default |
---|
__construct()
createRecord( $arg0, $arg1, $arg2) : \io\vertx\jphp\servicediscovery\Record
string
array
array
\io\vertx\jphp\servicediscovery\Record
the created record
getMongoClient( $arg0, $arg1, $arg2, $arg3 = null) : void
param $discovery [ServiceDiscovery] The service discovery instance param $filter [array] The filter, optional param $resultHandler [callable] The result handler getMongoClient($discovery, $filter, $resultHandler)
Convenient method that looks for a Mongo datasource source and provides the configured
see |
\io\vertx\jphp\ext\mongo\MongoClient.
The async result is marked as failed is there are no matching services, or if the lookup fails. param $discovery [ServiceDiscovery] The service discovery instance param $filter [callable] The filter param $resultHandler [callable] The result handler getMongoClient($discovery, $filter, $resultHandler) Convenient method that looks for a Mongo datasource source and provides the configured @see \io\vertx\jphp\ext\mongo\MongoClient. The async result is marked as failed is there are no matching services, or if the lookup fails. param $discovery [ServiceDiscovery] The service discovery instance param $filter [array] The filter, optional param $consumerConfiguration [array] the consumer configuration param $resultHandler [callable] the result handler getMongoClient($discovery, $filter, $consumerConfiguration, $resultHandler) |
---|
ServiceDiscovery
callable | array
callable | array
callable
UNKNOWN
var |
php文件只是为了写代码方便,常量的实际值请参考原java文件 |
---|
TYPE
var |
php文件只是为了写代码方便,常量的实际值请参考原java文件 |
---|