public interface StitchPush
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getClient(NamedPushClientFactory<T> factory,
String serviceName)
Gets a push client for the given named push service.
|
<T> T getClient(NamedPushClientFactory<T> factory, String serviceName)
T - the type of client to be returned by the provider.factory - the provider that will create a client for the authentication provider.serviceName - the name of the push service.