public abstract class AbstractPushServiceRef<T extends IPushService> extends Object implements IPushServiceRef<T>
| Constructor and Description |
|---|
AbstractPushServiceRef() |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
looks up and returns the referenced service instance
|
protected abstract T |
lookupService() |
public T get()
get in interface IPushServiceRef<T extends IPushService>protected abstract T lookupService()
Copyright © 2020. All rights reserved.