Class BaseService<OptionsT extends ServiceOptions<?,​OptionsT>>

  • Type Parameters:
    OptionsT - the ServiceOptions subclass corresponding to the service
    All Implemented Interfaces:
    Service<OptionsT>

    public abstract class BaseService<OptionsT extends ServiceOptions<?,​OptionsT>>
    extends Object
    implements Service<OptionsT>
    Base class for service objects.