OptionsT - the ServiceOptions subclass corresponding to the servicepublic abstract class BaseService<OptionsT extends ServiceOptions<?,?,OptionsT>> extends Object implements Service<OptionsT>
| Modifier and Type | Field and Description |
|---|---|
static ExceptionHandler |
EXCEPTION_HANDLER |
static ExceptionHandler.Interceptor |
EXCEPTION_HANDLER_INTERCEPTOR |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseService(OptionsT options) |
public static final ExceptionHandler.Interceptor EXCEPTION_HANDLER_INTERCEPTOR
public static final ExceptionHandler EXCEPTION_HANDLER
protected BaseService(OptionsT options)
Copyright © 2016 Google. All rights reserved.