| Package | Description |
|---|---|
| org.gcube.common.clients.builders | |
| org.gcube.common.clients.config |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBuilder.addProperty(Property<?> property)
Adds a custom property.
|
SingletonBuilderAPI.SecondClause<P> |
AbstractSingletonBuilder.with(Property<?> property) |
SingletonBuilderAPI.SecondClause<P> |
SingletonBuilderAPI.SecondClause.with(Property<?> property)
Set a configuration property for the proxy.
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.with(Property<?> property) |
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.SecondClause.with(Property<?> property)
Set a configuration property for the proxy.
|
StatelessBuilderAPI.Builder<P> |
AbstractStatelessBuilder.with(Property<?> property) |
StatelessBuilderAPI.Builder<P> |
StatelessBuilderAPI.Builder.with(Property<?> property)
Set a configuration property for the proxy.
|
| Constructor and Description |
|---|
AbstractBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given
ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
AbstractSingletonBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given
ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
AbstractStatefulBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Property<?>... properties)
Constructs an instance with a given
ProxyPlugin, and EndpointCache, and zero or more default Propertys. |
AbstractStatelessBuilder(ProxyPlugin<A,S,P> plugin,
EndpointCache<A> cache,
Query<A> query,
Property<?>... properties)
Constructs an instance with a given
ProxyPlugin, an EndpointCache, a Query, and zero or more default Propertys. |
| Modifier and Type | Method and Description |
|---|---|
static Property<Boolean> |
Property.sticky_session(boolean value)
Return the sticky session
Property. |
static Property<Long> |
Property.timeout(long value)
Return the call timeout
Property. |
static Property<Long> |
Property.timeout(long duration,
TimeUnit unit)
Return the call timeout
Property. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConfig.addProperty(Property<?> property)
Adds a custom property to the configuration.
|
void |
AbstractConfig.addProperty(Property<?> property) |
Copyright © 2017. All Rights Reserved.