|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatefulBuilderAPI.SecondClause | |
|---|---|
| org.gcube.common.clients.builders | |
| Uses of StatefulBuilderAPI.SecondClause in org.gcube.common.clients.builders |
|---|
| Classes in org.gcube.common.clients.builders that implement StatefulBuilderAPI.SecondClause | |
|---|---|
class |
AbstractStatefulBuilder<A,S,P>
Partial implementation of proxy builders for stateful services. |
| Methods in org.gcube.common.clients.builders that return StatefulBuilderAPI.SecondClause | ||
|---|---|---|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.at(String key,
String host,
int port)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.Builder.at(String key,
String host,
int port)
Configures the address of a given service instance. |
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.at(String key,
URI address)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.Builder.at(String key,
URI url)
Configures the address of a given service instance. |
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.at(String key,
URL address)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.Builder.at(String key,
URL url)
Configures the address of a given service instance. |
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.at(W3CEndpointReference address)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.Builder.at(W3CEndpointReference address)
Configures the address of a given service instance. |
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.matching(Query<A> query)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.Builder.matching(Query<A> query)
Configures a query for service instances. |
|
StatefulBuilderAPI.SecondClause<P> |
AbstractStatefulBuilder.with(Property<?> property)
|
|
StatefulBuilderAPI.SecondClause<P> |
StatefulBuilderAPI.SecondClause.with(Property<?> property)
Set a configuration property for the proxy. |
|
|
AbstractStatefulBuilder.with(String name,
T value)
|
|
|
StatefulBuilderAPI.SecondClause.with(String name,
T value)
Set a configuration property for the proxy. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||