Class AbstractStatefulBuilder<A,S,P>

java.lang.Object
org.gcube.common.clients.builders.AbstractBuilder<A,S,P>
org.gcube.common.clients.builders.AbstractStatefulBuilder<A,S,P>
Type Parameters:
A - the type of service addresses
S - the type of service stubs
P - the type of service proxies
All Implemented Interfaces:
StatefulBuilderAPI.Builder<A,P>, StatefulBuilderAPI.FinalClause<P>, StatefulBuilderAPI.SecondClause<P>

public abstract class AbstractStatefulBuilder<A,S,P> extends AbstractBuilder<A,S,P> implements StatefulBuilderAPI.Builder<A,P>, StatefulBuilderAPI.SecondClause<P>, StatefulBuilderAPI.FinalClause<P>
Partial implementation of proxy builders for stateful services.
Author:
Fabio Simeoni