| Package | Description |
|---|---|
| io.joynr.jeeintegration | |
| io.joynr.jeeintegration.api |
| Modifier and Type | Class and Description |
|---|---|
class |
JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder<T> |
| Modifier and Type | Method and Description |
|---|---|
<I> ServiceLocator.ServiceProxyBuilder<I> |
JeeJoynrServiceLocator.builder(Class<I> serviceInterface,
String... domains) |
ServiceLocator.ServiceProxyBuilder<T> |
JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder.withDicoveryQos(io.joynr.arbitration.DiscoveryQos discoveryQos) |
ServiceLocator.ServiceProxyBuilder<T> |
JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder.withMessagingQos(io.joynr.messaging.MessagingQos messagingQos) |
ServiceLocator.ServiceProxyBuilder<T> |
JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder.withTtl(long ttl) |
ServiceLocator.ServiceProxyBuilder<T> |
JeeJoynrServiceLocator.JeeJoynrServiceProxyBuilder.withUseCase(String useCase) |
| Modifier and Type | Method and Description |
|---|---|
<I> ServiceLocator.ServiceProxyBuilder<I> |
ServiceLocator.builder(Class<I> serviceInterface,
String... domains)
Create a
ServiceLocator.ServiceProxyBuilder for the given service interface and domains. |
ServiceLocator.ServiceProxyBuilder<T> |
ServiceLocator.ServiceProxyBuilder.withDicoveryQos(io.joynr.arbitration.DiscoveryQos discoveryQos)
Set the discovery quality-of-service to use when looking up the service which the proxy will talk to.
|
ServiceLocator.ServiceProxyBuilder<T> |
ServiceLocator.ServiceProxyBuilder.withMessagingQos(io.joynr.messaging.MessagingQos messagingQos)
Set the messaging quality-of-service to use when sending messages from the resulting proxy.
|
ServiceLocator.ServiceProxyBuilder<T> |
ServiceLocator.ServiceProxyBuilder.withTtl(long ttl)
Set the time to live for messages being sent from the resulting proxy.
|
ServiceLocator.ServiceProxyBuilder<T> |
ServiceLocator.ServiceProxyBuilder.withUseCase(String useCase)
Set the stateless async use case name use to find the relevant
CallbackHandler to use for processing
stateless async replies resulting from requests sent from this proxy. |
Copyright © 2019. All rights reserved.