函数名 | 功能说明 |
---|---|
Build | 构建配置参数 |
WithApplicationMessageInterceptor | 允许处理来自客户端的所有已发布消息 |
WithClientId | 服务端发布消息时使用的ClientId |
WithConnectionBacklog | 设置要保留的连接数 |
WithConnectionValidator | 验证连接 |
WithDefaultCommunicationTimeout | 设置默认的通信超时 |
WithDefaultEndpoint | 使用默认端点 |
WithDefaultEndpointBoundIPAddress | 使用默认端点IPv4地址 |
WithDefaultEndpointBoundIPV6Address | 使用默认端点IPv6地址 |
WithDefaultEndpointPort | 使用默认端点端口 |
WithEncryptedEndpoint | 使用加密的端点 |
WithEncryptedEndpointBoundIPAddress | 使用加密的端点IPv4地址 |
WithEncryptedEndpointBoundIPV6Address | 使用加密的端点IPv6地址 |
WithEncryptedEndpointPort | 使用加密的端点端口 |
WithEncryptionCertificate | 使用证书进行SSL连接 |
WithEncryptionSslProtocol | 使用SSL协议级别 |
WithMaxPendingMessagesPerClient | 每个客户端允许最多未决消息 |
WithPersistentSessions | 保持会话 |
WithStorage | 使用存储 |
WithSubscriptionInterceptor | 允许处理来自客户端的所有订阅 |
WithoutDefaultEndpoint | 禁用默认端点 |
WithoutEncryptedEndpoint | 禁用默认(SSL)端点 |